How to solve Missing localhost in WordPress WAMP Projects

I recently installed the older version 2.5 of WAMP Server for the local WordPress development and found out an issue.

Once I tried to access my local WordPress installation by clicking on the link under My Projects section, It gave me an error.

This site can’t be reached.

because http://localhost was missing in the address.

I quickly found a solution at stackoverflow WordPress section.

You just need to change this line: suppress_localhost = true; to $suppress_localhost = false; in wamp/www/index.php file.

Watch the video to learn how to fix this issue.


You May Also Like

Leave a Reply

Your email address will not be published. Required fields are marked *