Missing http://localhost/ in URL, Wrong Wamp Projects Links
7:49 PMhow 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.
അഭിപ്രായങ്ങളൊന്നുമില്ല: