phpmyadmin
Posted by: amitvns04 (117.199.178.---)
Date: July 26, 2013 06:53AM

sir my local host is running well but when I try to open phpmyadmin then following message with error code 403 is displaying, pls help

"Forbidden

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

Options: ReplyQuote
Re: phpmyadmin
Posted by: RiggsFolly (---.as13285.net)
Date: July 26, 2013 12:16PM

What version of WAMP are you using
What version of Apache are you using

Options: ReplyQuote
Re: phpmyadmin
Posted by: amitvns04 (117.199.188.---)
Date: July 26, 2013 01:07PM

wamp version is 2.2
apache version 2.2.22

php 5.3.13
mysql 5.5.24

Options: ReplyQuote
Re: phpmyadmin
Posted by: RiggsFolly (---.as13285.net)
Date: July 26, 2013 01:21PM

Ok, look in your Apache access log.

left click wampmanager icon -> Apache -> Apache access log

Look at the bottom og the file, if you see a line with a 403 error and an ip address of ::1 you need to do the following.


Edit C:\wamp\alias\phpmyadmin.conf

Change it to look like this :

<Directory "d:/wamp/apps/phpmyadminx.y.z/">
    Options Indexes FollowSymLinks ExecCGI
    AllowOverride all
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
    Allow from ::1
    Allow from localhost
</Directory>

so you will probably have to add the line:

Allow from ::1

Options: ReplyQuote


Sorry, only registered users may post in this forum.