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
Try adding the following lines of code to the file httpd-vhosts.conf:
ServerAdmin serveradmin@host.com DocumentRoot "C:\wamp\www" ServerName localhost