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:
Post a Comment