Php – Localhost refused to connect Wamp

androidlocalhostPHPwamp

I am using Wamp64 with text.php file in android_connect within www in wamp64 folder on a Windows 7 system (64-bit). However, on typing localhost/android_connect/text.php in both Chrome and Internet Explorer, it states that localhost refused to connect. Have tried 127.0.0.1 as well and existing alternatives as mentioned in WAMP: Cannot Connect To Localhost, and changing port 80 to 8080 with no avail. Please help.

Best Answer

Take a look at the error.log and access.log files; Also, open the console, run the command:

netstat -nao

And check that port 80 is being used by another application.