WAMP: Missing http://localhost/ in urls , wrong wamp projects links

After thorough research, I found out the solution which worked for me as well..

open wamp/www/index.php.

Change this line:

$suppress_localhost = true;

To :

$suppress_localhost = false;

Leave a Comment