The project does not open from your projects directory on the Wamp server even if it shows
Can't open project from project directory in WAMP SERVER ..... although the project name is displayed there, when I click on it the message "Cannot connect to the Internet" is displayed
+3
Zimtech
source
to share
1 answer
In your "www" folder open index.php and change line 30 from
$suppress_localhost = true;
to
$suppress_localhost = false;
+5
preet singh
source
to share