Hi,
I have installed WAMP on my PC and I am not able to access phpMyAdmin. The error message I receive is:
My first resort was to Google the error and sure enough there was hundreds of relevant results. The common solutions were:
1. Check your hosts file and make sure is says 127.0.0.1 localhost
2. Check httpd.conf that it allow /phpmyadmin
3. In alias/phpmyadmin.conf put this:
Which I have tried and still get the same error. The directory is correct (being phpmyadmin3.5.1) and I am now stumped.
All help is appreciated.
I have installed WAMP on my PC and I am not able to access phpMyAdmin. The error message I receive is:
Quote:
Forbidden You don't have permission to access /phpmyadmin/ on this server. |
1. Check your hosts file and make sure is says 127.0.0.1 localhost
2. Check httpd.conf that it allow /phpmyadmin
3. In alias/phpmyadmin.conf put this:
Code:
<Directory "C:/wamp/apps/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from 127.0.0.1
</Directory>
All help is appreciated.