A fter installing wamp server or phpmyadmin server which creates the folder on machine. I am unable to access the folder through any other computers using the IP address. even after opening the ports.. When I check it says the port 80 is closed
A fter installing wamp server or phpmyadmin server which creates the folder on machine. I am unable to access the folder through any other computers using the IP address. even after opening the ports.. When I check it says the port 80 is closed
Open elevated command prompt and run "netstat -nab | more" and look for your apache process to see whether it binds to the ip+port that you expect it to bind.
Note that if it binds to 127.0.0.1 IP then external PCs cannot access it.
12 people are following this question.