I have installed wamp server 2.2 I'm using windows 7
When I am online at that time i'm not able to find localhost using WaMp its giving me some Forbidden Error..You Don't have Access kind of error.
But when I disconnect my internet connection, I can get localhost..PHPmyadmin and all feature of WAMP server.
I tried a lot by changing the Apache httpd .conf to Replace All..."Deny all"
to "Allow all"
but still, i'm not able to get it online.
Putting server online in contect menu did not help me. If you are using Wamp server 2.2E you will find the lines in your httpd.conf
file
# onlineoffline tag - don't remove
Require local
Change them to to
# onlineoffline tag - don't remove
Require all granted
This solved my problem.