codehaven - php snippets - coding help
Generic filters
Exact matches only

localhost redirecting to google search

18th June 2014

Windows

windows-codehaven

This is because your wamp installation is listening to port 80.
You need to change what port you are on in wamp.
Add this in your httpd.conf file instead of the :80 version
Restart all services and your good to go.

All links to localhost will now be localhost:8080
So any browser history will need to be deleted manually or add the 8080 onto it.

Was this code snippet helpful?