Hi, yesterday I found a problem with my WAMP on Windows 7. I have never met such problems before, Windows 7 could not find the localhost, when all WAMP’s services were active. The problem was the Internet Information Services (IIS). This service was active in the default installation (or may only happened on my Windows 7?)
To fix this problem we only need to turn off the IIS, because IIS uses port 80 which is also used by Apache (in WAMP). Follow these steps to turn the IIS off.
1. Go to Control Panel
2. Choose Programs
3. Choose Turn Windows features on or off in Programs and Features
4. Turn off the IIS, then restart your Windows 7
That’s it, now run your WAMP.



