phpMyAdmin Fix in WampServer

. 1/11/12
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

403 Forbidden


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

The error you're getting is typical of a missing setting in the Apache conf file. Specifically...

1) Look for "httpd.conf" and edit it with notepad.

2) Look for a section that defines directories, something like this...

<Directory "c:/phpmyadmin">

AllowOverride All

Order allow,deny

Allow from all

</Directory>

Of course the actual path for PhpMyAdmin will vary with your installation. Or it may not even be there yet, in which case you need to add it.

0 comments: