I have a problem with Wamp which never happened to me before, cannot find what\'s wrong. I have a few projects located in my www folder ( running windows 7 ).
My ho
In the latest version
CHANGE THIS
$suppress_localhost = ($wampConf['urlAddLocalhost'] == 'off' ? true : false);
TO THIS
$suppress_localhost = ($wampConf['urlAddLocalhost'] == 'off' ? false : false);