No permission to access phpmyadmin
Posted by: cshekar3690 (183.82.240.---)
Date: September 29, 2010 05:32AM

when try to click on phpmyadmin
i am getting this error


403 Forbidden

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


i hav been to to config file

C:\wamp\alias\phpmyadmin.conf

i got this

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.2.0.1/"

# 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/phpmyadmin3.2.0.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>


Do i need make any changes in it

i am unable to open the phpmyadmin



Please help me

Options: ReplyQuote
Re: No permission to access phpmyadmin
Posted by: yfastud (Moderator)
Date: September 29, 2010 11:26PM


Options: ReplyQuote
Re: No permission to access phpmyadmin
Posted by: sbasti25 (---.speed.planet.nl)
Date: September 30, 2010 02:45PM

mayby this would work

# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
Order Allow,Deny
Allow from all

Good luck

Options: ReplyQuote


Sorry, only registered users may post in this forum.