![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCB2IZfBnlT3E-aM4U_V6omIGAn0f-GeIbP_xWJdXS2o4l4lJ9TIUuiVhx4eMqG01Gm772-ll-d937QTNlFXPl0bOnVG0YtvgORSgY-aB2lYACpVE6L4vnEjrOxyVANibJEg0gUYrUCQee/s1600/wamp-1.jpg)
how to solve wamp server not showing localhost in the address bar wamp server localhost not working
Here is the solution for this problem,
open wamp/www/index.php.
Change this line:
$suppress_localhost = true;
To :
$suppress_localhost = false;
or change this line:$suppress_localhost = ($wampConf['urlAddLocalhost'] == 'off' ? true : false);
To :
$suppress_localhost = ($wampConf['urlAddLocalhost'] == 'on' ? true : false);
Now refresh or reopen your localhost then click on your site folder.