Clickable folders links on WAMP

A very nice set up to have on WAMP is the option to click your folder projects and have them take you to the home page of the website for that project. If you’ve been stumped on this then this is the solution that worked for us.

Go to wamp/www and inside the www folder find the index.php file

Open your index.php file

change line 30:$suppress_localhost = true;

to $suppress_localhost = false;

Refresh your WAMP page and your folders should now be clickable!