wampserver

Update cURL in wampserver

孤者浪人 提交于 2019-12-13 06:04:26
问题 I have wampserver 2.2E in my windows system which includes below version: PHP: 5.3.13 Apache: 2.2.22 cURL: 7.24 I have to access some file of sharepoint. When I access that file, I got below error: HTTP/1/1 401: unauthorised When I searched, I found that upgrading newer version of cURL can fix this issue. But, how to upgrade this extension? Any help would be highly appreciated... 回答1: Download newer PHP version and get the php_curl.dll from the ext folder and replace it (after taking backup)

localhost/phpmyadmin giving page not found error

荒凉一梦 提交于 2019-12-13 05:00:32
问题 I'm running wampserver. I had a mysql server crash, and the wampmysqld service would not start up. Also, localhost/phpmyadmin did not show phpmyadmin but gave me a 403 error. I installed the mysql-addon for another mysql version. Then I went to the wampserver icon and did Mysql > Version > and selected the add-on version I'd just downloaded. This helped, wampmysqld was able to start up, the wampserver icon was able to go green all the way, and my application is working. However, phpmyadmin is

localhost in WAMP not working

折月煮酒 提交于 2019-12-13 03:08:06
问题 i use WAMP 2.2. installed and the ison is green. problem is the , when I enter locahost in URL , it doesn't work but when I enter 127.0.0.1 it works. what is the reason ? 回答1: Chances are that either: A. Your Windows Hosts file does not have this entry: 127.0.0.1 localhost B. Or this entry is 1st (comes before the above), and Apache is Listening on IPv4 only: ::1 localhost In the second case, just remove or comment out the entry. Hosts file path: C:Windows\system32\drivers\etc\hosts You'll

how to makeup username:password pair in .htpasswd file on wamp server installed on windows OS

我的梦境 提交于 2019-12-13 03:01:58
问题 I am using Windows 8.1 OS and I installed Wamp server ...i google and found that " it should very rarely be edited by hand. There is a special program on a *nix machine that is designed to manipulate the .htpasswd file on your behalf. " so my question is how to Make-up username:password pair on my windows machine because I cant use that *nix on my window my .htpasswd looks like username:encryptedpassword john:odn927jw3h!hcj but to make-up encrypted password is never possible by hand so how to

Unable to deploy Angular 5 using dist folder in WAMP server

只愿长相守 提交于 2019-12-13 02:50:36
问题 I am unable to make my angular 5 app work in WAMP server. I have read many other stack overflow posts and tried a few options. Steps to produce dist folder : step 1 - ng build --prod --base-href "/dist/". step 2 : Copy the dist/* files to DOCUMENT_ROOT. dist in root folder enter image description here step 3 - restarted WAMP server Step 4 - localhost . dist folder shows in WAMP enter image description here step 5 :localhost/dist and localhost/dist/index.html - nothing works step 6: I changed

WAMP You don't have permission to access / on this server

ぃ、小莉子 提交于 2019-12-13 02:26:14
问题 You don't have permission to access / on this server. I created a new virtual host for my project. And now I cant access all locally stored projects that I could access earlier. But project on virtual host works. http-vhosts.conf: <VirtualHost *:80> ServerAdmin webmaster@dummy-host.example.com DocumentRoot "c:/Apache24/docs/dummy-host.example.com" ServerName dummy-host.example.com ServerAlias www.dummy-host.example.com ErrorLog "logs/dummy-host.example.com-error.log" CustomLog "logs/dummy

phpMyAdmin - #1130 - Host 'SERVER' is not allowed to connect to this MySQL server

China☆狼群 提交于 2019-12-12 17:36:27
问题 I run WAMPServer on a Windows server 2012 r2 , I want to run a database on it using phpMyAdmin, everything is working but when I try to login from the Windows server I get this error: is the error that I see. I get the same error when I try to login from a other computer. There are allot of people having this problem so I searched all over the internet but all I can find are query's that can fix this problem.. But I can't login so I can't do anything with those query's. I hope someone can fix

Changing the datadir on my.ini file is not being respected in WAMP

谁都会走 提交于 2019-12-12 08:54:07
问题 I usually don't ask questions on this, but I'm beating my head against the wall with this one. I am trying to setup WAMP to work with Dropbox. I've used both these tutorials (http://mymediamagnet.com/how-to-setup-wamp-with-dropbox/ and http://abhisheksachan.blogspot.com/2012/08/web-development-environment-made-easy.html) as they both tell me the same thing. The httpd.conf settings that you make in Apache have worked great. All my files in my new www folder are respected and are shared across

you don't have permission to access [custom alias] on this server

↘锁芯ラ 提交于 2019-12-12 07:47:50
问题 can anyone help with a following issue: I am using wamp to run projects in my chrome browser. after adding a newAlias which points to my project directory c:/dev/myProject I am getting Forbidden message: you don't have permission to access /newAlias on this server. I can access default Aliases such as phpmyadmin, webgrind... but i cannot access my own. I am using WampServer Version 2.5 64bit on Win 8.1 64bit located in c:/wamp. I tried basic stuff from the net but with no luck. Any