“You don't have permission to access /phpmyadmin/ on this server.”

<Directory "I:/1/wamp/apps/phpmyadmin3.4.10.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny   //必须先Allow再Deny
Allow from all
</Directory>

原文地址:https://www.cnblogs.com/jcs-cs-s/p/6915913.html