Can't open the project from your project directory in WAMP SERVER.....although the project name is showing there when i click on it the message displayed is "Unable to connect to internet"
In your "www" folder, open index.php and change line 30 from
$suppress_localhost = true;
to
$suppress_localhost = false;
In your www
folder, open index.php
and change line 33 from
$suppress_localhost = ($wampConf['urlAddLocalhost'] == 'off' ? true : false);
to
$suppress_localhost = ($wampConf['urlAddLocalhost'] == 'on' ? true : false);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With