I can't start WAMP 2.5 and XAMPP 7 but I can start WAMP 2.2 so its not port 80 issue ( I have listed all programs with netstat in cmd ). I have run httpd.exe in cmd but it didn't give me useful information on cmd ( nothing ).
Thanks for the answer
I can't start WAMP 2.5 and XAMPP 7 but I can start WAMP 2.2 so its not port 80 issue ( I have listed all programs with netstat in cmd ). I have run httpd.exe in cmd but it didn't give me useful information on cmd ( nothing ).
Thanks for the answer
Change your port and try once
Edit your httpd.conf
in XAMPP
Change this to
#Listen 12.34.56.78:80
Listen 80
this
#Listen 12.34.56.78:80
Listen 85
Then access your localhost useing
localhost:85/
If its same open cmd and type netstat -nab
and check whats showing with port 80