WAMP : Forbidden You don't have permission to access / on this server.

Problem : Got following error while accessing localhost.
Forbidden You don't have permission to access / on this server.

Solution : First check whether your WAMP server is online or not.
To put your wamp server online follow these steps.
Go to your wamp server notification icon (at notification tray, where clock resides).
Single click on the WAMP server icon.
Select last option from the menu i.e. Put Online
Your server will restart automatically (in latest versions only) other wise you have to restart your server manually .


And you are DONE..


Problem : Got following error while accessing phpMyAdmin.
Forbidden You don't have permission to access /phpmyadmin/ on this server.

Solution : Change the content of following file
"c:\wamp\alias\phpmyadmin.conf"


From :
<Directory "c:/wamp/apps/phpmyadmin3.4.5/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1 </Directory>

To :

<Directory "c:/wamp/apps/phpmyadmin3.4.5/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Allow from all </Directory>


Note : Better take care of your directory path. Don't change that.

0 nhận xét:

Đăng nhận xét