Pages

Saturday, November 26, 2011

Wamp server change port

open apache
C:\wamp\bin\apache\Apache2.2.21\httpd.conf

than change port

Listen 80 replace with Listen 8080
 and
ServerName localhost:80 replace with ServerName localhost:8080

After this restart your wamp server

than open your browser and type localhost:8080