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

后端 未结 12 2269
野趣味
野趣味 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:10

    For the latest versions on Wamp, the file has changed the code as follows:

    $suppress_localhost = ($wampConf['urlAddLocalhost'] == 'off' ? true : false);
    

    So it is now configurable from the Wamp Aestan Tray menu.

    For Wampserver 3.0.6, I was able to do this by the following:

    1. Right click on wamp icon on tray on the right.
    2. Go to "wamp settings"
    3. Enable "Add localhost in URL"

    If you see the green tick mark, it is enabled. Now refresh your localhost home page and check URLs.

提交回复
热议问题