Monday, 29 June 2015

You don't have permission to access / on this server - Wamp Apache

Access issue in Wamp Apache


After the first installation of wamp, you might see the below error,

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


 

[caption id="attachment_664" align="aligncenter" width="300"]apache access apache access[/caption]

Please follow the below steps to solve it.

Solution:



  1. Open C:\wamp\bin\apache\Apache2.2.21\conf\httpd.conf

  2. On line number 46, replace  'Listen 80' with 'Listen 0.0.0.0:80' and save the file

  3. Restart the wamp server

  4. Clear all browser history

  5. check localhost now.

No comments:

Post a Comment