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. Here, change $suppress_localhost to be false. So, it is should look:
www
index.php
$suppress_localhost
false
$suppress_localhost = false;
That was the quickest and easiest fix for me. I'm using 64 bit Wamp.