I am trying to use WAMP on Windows 7, my WAMP is online, but when I open localhost I get the welcome page of IIS 7.5, although I have uninstalled IIS 7.5 from my PC!
remove iis server and run Apache OR run Apache in a different port
to remove iir here
or you can change apache port by go to httpd.config and change port:80 to something else
Left Click on wamp go to apache> select http.config
change LISTEN:80 to what ever you want you can choose any value of 4 digit like 1311,8000,9999 etc
This happens to me once: I uninstalled the IIS, and the port 80 still was used. Well the problem was that also I had the Report Service
of the Sql Server 2012
installed, so I stopped that service and the problems solves.
See Stop Or Uninstall IIS for running Wamp Server (Apache) on default port (:80) question for more details.
Hope this helps some body, as it help to me.
Left Click on wamp go to apache> select http.config Listen [::0]:8080
Control Panel > Administrative Tools > Services
or simply type
services.msc
in run to open a list of all windows services.World Wide Web Publishing Service
and stop
it. (if you want to disable it permanently you can change its start up type from automatically
to disabled
).That's All