WAMP: Missing http://localhost/ in urls , wrong wamp projects links

后端 未结 12 2243
野趣味
野趣味 2020-12-03 03:56

I have a problem with Wamp which never happened to me before, cannot find what\'s wrong. I have a few projects located in my www folder ( running windows 7 ).

My ho

12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 04:27

    After thorough research, I found out the solution which worked for me as well..

    open wamp/www/index.php.
    

    Change this line:

    $suppress_localhost = true;
    

    To :

    $suppress_localhost = false;
    

提交回复
热议问题