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
For Apache version 2.4.x simply replace Require local with Require all granted in httpd.conf file inside tag then Restart all services
Require local
Require all granted