WAMP - Remove localhost from project URL

前端 未结 16 1662
暖寄归人
暖寄归人 2020-12-02 11:01

The URLs of my projects in WAMP are not resolving as I\'d expect. For example, I\'d expect the project in the folder c:\\wamp\\www\\project1 to have the URL http://project1/

16条回答
  •  無奈伤痛
    2020-12-02 11:11

    You can update "urlAddLocalhost" variable in "wamp64/wampmanager.conf" file to on/off. By default it is "off".
    My wamp version is 3.0.6.

    urlAddLocalhost = "off" 
    

提交回复
热议问题