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;
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.


You Might Also Like

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

Like us on Facebook