WAMP - Remove localhost from project URL

前端 未结 16 1660
暖寄归人
暖寄归人 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:19

    in your www folder open index.php at line 30 change: $suppress_localhost to be false

    this is should look:

    $suppress_localhost = false;

提交回复
热议问题