Phpmyadmin Error "Forbidden You don't have permission to access /phpmyadmin/ on this server"
When i trying to install wamp on my system i got a following error while trying to access phpmyadmin. the error show blow like this
Initially i dint realized why i got the access denied error. the access denied error occur because of the following reasons
1.) wamp only allows the root(127.0.0.1) to access phpmyadmin. In a local host we cant access because we don't have a permission to access.
Question:- How do i overcome the access denied error
Solution:- you have to change the following file permission on your phpmyadmin.conf file.
Step 1:- Go to c:/wamp/alias Open the file phpmyadmin.conf and change the following code
<Directory "c:/wamp/apps/phpmyadmin3.5.1/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory>
in to
<Directory "c:/wamp/apps/phpmyadmin3.5.1/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Allow,Deny Allow from all </Directory>
or
<Directory "c:/wamp/apps/phpmyadmin3.5.1/"> Options Indexes FollowSymLinks MultiViews Allow Override all Order Deny,Allow Deny from all Allow from 127.0.0.1 Allow from MACHINE_IP </Directory>
Note:- Here i have specified the path(c:/wamp/apps/phpmyadmin3.5.1/) because i have installed wamp on that location. so use the path where did you installed the wamp server
Tats it. Now you have a permission to access phpmyadmin.
Have Fun!
Advent Designs a Web Design and Development Company, Can Help Your Business Development effective by Web Development Service. As a SEO Service Provider, offer you a Complete SEO Services in Chennai









