Localhost on Windows 7

后端 未结 2 817
予麋鹿
予麋鹿 2021-02-04 01:46

I want to enable a localhost on Windows 7 to be able to build websites with Chrome without a distant server. I would like to not install anything, and be able to, for example, n

2条回答
  •  孤街浪徒
    2021-02-04 02:07

    In order to activate localhost server on Windows 7 navigate to:

    -> Control Panel -> Programs and Features -> Turn Windows features on or off
    

    Then search for Internet Information Services and check its checkbox.

    Wait for Windows to make the changes, no need for immediate restart, the server will be enabled.

    You can now navigate to

    127.0.0.1 
    

    or

    http://localhost
    

提交回复
热议问题