server - my wampserver 2.5. Projects was not opening projects -
i have installed wampserver 2.5 in windows 8. when click on project in local host is redirecting project name. lets take project name project1 , when click on folder in local host directing project1 supposed direct localhost/project1 that.
i have seen answerers here , changed line 30 in index.php file in www directory. haven't changed port @ all. , still not opening. directing localhost/project1 index.php file in project1 nt displaying. saying internal server error.
if changed line 30 in index.php
$suppress_localhost = true;
to
$suppress_localhost = false;
it should ok, bring contents of project1/index.php ? check /wamp/logs/apache_error.log details.
Comments
Post a Comment