තව කියවන්න

Feb 19, 2016

TSR

How to fix projects don't appear in localhost



This is a common problem that after newly installed wamp server on your computer, sometimes your created projects don't appear in browser window. I'm going to tell you how to fix that problem.




Try this


  • find index.php file. Go to C:\wamp\www folder. You can find index.php file here
  • Open index.php file from notepad++ editor
  • Find $suppress_localhost
  • Default value of  $suppress_localhost = true;
  • Replace true value to false and save ($suppress_localhost = false;)
  • Now open localhost and you can see your projects.