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"]

Please follow the below steps to solve it.
Solution:
- Open C:\wamp\bin\apache\Apache2.2.21\conf\httpd.conf
- On line number 46, replace 'Listen 80' with 'Listen 0.0.0.0:80' and save the file
- Restart the wamp server
- Clear all browser history
- check localhost now.