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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -