How to Install Wampserver Complete Tutorial
Apache configuration file location is <br />C:\wamp64\bin\apache\apache2.4.17\conf <br />open the httpd file and change these values <br /> <br />from <br />#Listen 12.34.56.78:80 <br />Listen 0.0.0.0:80 <br />Listen [::0]:80 <br /> <br />ServerName localhost:80 <br /> <br />To <br />#Listen 12.34.56.78:8000 <br />Listen 0.0.0.0:8000 <br />Listen [::0]:8000 <br /> <br />ServerName localhost:8000 <br /> <br />then save this file and run the Wampserver again....