I have installed WAMP version 2.1 on my windows 7 machine. When i browse to localhost in my browser, the WAMP server page is visible.
But when I browse to my IP in m
I faced this issue with wamp on windows 7. Adding following code to httpd-vhosts.conf solved the issue for me.
DocumentRoot "F:/wamp_server/www/" ServerName localhost