Skip to main content
RJweb
Inspiring
May 5, 2010
Question

wamp server problem

  • May 5, 2010
  • 1 reply
  • 449 views

Good evening,

I have te wamp server installed for some time. Everything has been working fine, no problems. Now I have dl vwd (micrsoft) a few days ago to see what it was all about. When it dl'd I guess it installed IIs 7.0 also, now when I try to view my php pages on localhost, I get error that path not right, because it keeps trying to use Is 7.0, not my wamp server (which was running). I tried to delete the ' intepub' file, but not able to, does anyone know how to get rid of this, thx

ok got it worked out, went into windows program features and turn off IIs, now everything back to normal and wamp server working fine again, thx

This topic has been closed for replies.

1 reply

Known Participant
May 8, 2010

You could've also edited the Apache config file to use a different port. So instead of browsing using "localhost/whatever" you use "localhost:8800/whatever" (assuming you used 8800 as the port.

The problem you had was both Apache and IIS were using the same port 80. A big no no.  Of course, removing IIS would take care of it too.

RJweb
RJwebAuthor
Inspiring
May 8, 2010

Thx, for info on this, I gotit working fine now, but will remember for next time