forbidden 403 phpmyadmin error?
Posted by: ChrisT (---.wfd86a.dsl.pol.co.uk)
Date: March 12, 2008 05:29PM

Ive had to download wamps again....but now phpymyadmin is giving me:

Forbidden

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

why???

ihavent touched a thing....and the config file appears to be in correct order...is it something to do with my IP?

Thanks,

Chris

Options: ReplyQuote
Re: forbidden 403 phpmyadmin error?
Posted by: yfastud (Moderator)
Date: March 12, 2008 06:53PM

If you install over the exit wamp, the settings will keep intact which means you still have problem if already had problem

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: forbidden 403 phpmyadmin error?
Posted by: yabberyabber (---.hsd1.mn.comcast.net)
Date: April 05, 2008 05:41AM

i have this problem to, how do you fix it?

Options: ReplyQuote
Re: forbidden 403 phpmyadmin error?
Posted by: crhayes (---.cpe.mountaincable.net)
Date: April 05, 2008 06:35AM

I just solved this issue. Check in your apps folder if the phpmyadmin folder is named "phpymadmin2.11.5". If so, change the code above to:

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.11.5/"

# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#

<Directory "c:/wamp/apps/phpmyadmin2.11.5/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>

and then restart the entire server. There must have been a mistake in the newest release.

Regards,
Chris

Options: ReplyQuote


Sorry, only registered users may post in this forum.