Jump to content

Wampserver 5


Recommended Posts

Have you changed any config files... Your phpmyadmin config should look like this. When i messed with this I got same error as yours...

 

Alias /phpmyadmin/ "c:/wamp/phpmyadmin/"

 

# 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/phpmyadmin/">

    Options Indexes FollowSymLinks MultiViews

    AllowOverride all

        Order Deny,Allow

Deny from all

Allow from 127.0.0.1

</Directory>

Link to comment
https://forums.phpfreaks.com/topic/79873-wampserver-5/#findComment-404789
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.