php - Working with window 8, Skype app, and Wamp -


i having problem connecting wamp window 8 while skype app turned on. know how stop skype app on window 8 using port 80?

to fix problem, had take following steps.

  1. click on wamp icon
  2. select apache
  3. click on httpd.conf
  4. search "listen"

change

listen 80

to

listen 81

  1. save document
  2. restart wamp
  3. on browser, type http://localhost:81/php_file.php

make sure put colon andn 81 in order view request.


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -