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.
- click on wamp icon
- select apache
- click on httpd.conf
- search "listen"
change
listen 80
to
listen 81
- save document
- restart wamp
- on browser, type
http://localhost:81/php_file.php
make sure put colon andn 81 in order view request.
Comments
Post a Comment