The URLs of my projects in WAMP are not resolving as I\'d expect. For example, I\'d expect the project in the folder c:\\wamp\\www\\project1 to have the URL http://project1/
in your www folder open index.php at line 30 change: $suppress_localhost to be false
this is should look:
$suppress_localhost = false;