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 my browser, I get the message
403 Forbidden: You don’t have permission to access / on this server.
Any suggestions?
The access to your Apache server is forbidden from addresses other than
127.0.0.1inhttpd.conf(Apache’s config file) :The same goes for your PHPMyAdmin access, the config file is
phpmyadmin.conf:You can set them to allow connections from all IP addresses like follows :