Home > Article > Backend Development > wamp prompts You don't have permission to access/on this server (transfer)
Reprinted from http://blog.csdn.net/hong0220/article/details/40262729 for easy viewing later.
Today I built the wamp integrated environment. It had already been set up, but when I accessed localhost, the message "You don't have permission to access/on this server" appeared. I didn't solve it myself. I checked http://blog.csdn. net/hong0220/article/details/40262729 and then modified successfully. Here’s how:
here changed to:
There is another place to come
Change Deny from all to: Allow from all and then restart all services.
Now when I open localhost or 127.0.0.1, I find that it can be accessed, but when I access phpmyadmin, the prompt "You don't have permission to access /phpmyadmin/ on this server." appears.
C:wampaliasphpmyadmin.conf //This is the content of your wamp installation directory, open it with notepad
Modify it like this:
After saving the changes, restart wamp and call it a day!
The above has introduced the You don’t have permission to access/on this server prompt in wamp (transfer), including the content. I hope it will be helpful to friends who are interested in PHP tutorials.