By default , the WAMP server will take 80
as its working port.
You can change that port number as you like … here are the steps to do that:
- click on WAMP server tray icon
- click on apache
- select http.conf
Here notepad will open …
- scroll down and you will see the port number that WAMP server takes …
-
change that port number to:
#Listen x.x.x.x:8080 Listen 8080
-
save that file and restart the services… it will work fine…
- now check by typing
http://localhost:8080/
.