Missing http://localhost/ in URL, Wrong Wamp Projects Links
7:49 PM
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;$suppress_localhost = ($wampConf['urlAddLocalhost'] == 'off' ? true : false);
To :
$suppress_localhost = ($wampConf['urlAddLocalhost'] == 'on' ? true : false); 


 
 
അഭിപ്രായങ്ങളൊന്നുമില്ല: