Generally i am using wampserver for my projects! But after i install skype then my wampserver doesn't works.But It Is Worked Upon After unstalling skype,But I need wampserver and skype,How can I Solved This Problems. This Types Of Problems Never happened To Me......
Apparently this is a fairly common issue. There's a few videos out there that cover it, try a quick search for "wamp server skype fix" on youtube.
Thanks for replying but i have solved my problems..Just change #Listen 12.34.56.78:80 Listen 80 to #Listen 12.34.56.78:80 Listen 81 on apache httpd conf Now works well
Yeah, all you need to do is change your default port. But better do it on skype if you ask me. After all 80 if default for http
The ports are conflicting, so you'll need to change the port that apache listens on. Looks like you solved it though.