New wamp server installed-HTTP error 404.4

results from browser:

This is html
'; phpinfo(); ?>

Right then, there you have it.

Your PC can only see one webserver, kinda normal really, and the winner is …

IIS. What a surprise.

So you have a couple of options.

Turn off IIS and see if that allows apache to take over.
Use IIS instead of apache (I use IIS on my dev machines, and publish to LAMP )

To turn off IIS try this.

Start/control panel/administrative tools/services - then scroll to the very last entry www publishing service select it and on the tool bar above press the pause || button.

To get IIS to understand and use PHP manually I suggest you try the manual.

thx…I’ll give it a try.

I had the same problem and turned off Skype and now everything is working fine. :slight_smile: Can now turn on Wamp services, can put server online, and can properly load the localhost page, none of which was working before.