Display the installed
First find the path "wamp\bin\apache\apache2.2.21\conf\" under the installation directory
§ Locate httpd.conf, open httpd.confwith Notepad, and then
1. <directory/>
2. Options FollowSymLinks
3. AllowOverride None
4. Order Deny,allow
5. Deny from all
6. </Directory>
Change this to:
1. <directory/>
2. Options FollowSymLinks
3. AllowOverride None
4. Order Deny,allow
5. Allow from all
6. </Directory>
There is one more place below
1. # onlineoffline Tag-don ' t remove
2. Order Deny,allow
3. Deny from all
4. Allow from 127.0.0.1
5. </Directory>
will be Deny from all instead: allow from all , and then restart all services.
Now when you open localhost or 127.0.0.1, you find that you can access it, but when you visit phpMyAdmin, you see "You don't have a permission to access/phpmyadmin/on this server." The prompt.
§ workaround, open the following file:
WAMP/ALIAS/PHPMYADMIN.CONF//This is the contents of your Wamp installation directory, open with editor
Change to this:
1. <directory "C:/WAMP/APPS/PHPMYADMIN3.5.1/" >
2. Options Indexes followsymlinks MultiViews
3. AllowOverride All
4. Order Deny,allow
5. Allow from all
6. Allow from 127.0.0.1
7. </Directory>
After you save the changes, Restart Wamp , Fix it!
Here to do the next record, left to check.
Thank you for your support!
can contact me for communication. [email protected]
2015.10.27
19:31
Install wamp prompt you dont ' t has permission to Accesson solution for this server