Conflict between Wamp server and IIS

I don’t know IIS so my solution would be to change the port Apache listen to, default is port 80 but 8080 is just as good (or other port of your choice). Edit the Apache httpd.conf and change the line “Listen 80” to “Listen 8080”.

Hope that helps.

Edit)
Type http://localhost:8080/ to access Apache’s local host.