Windows 7上的Localhost

Jo *_*ina 21 windows http localhost

我想在Windows 7上启用localhost,以便能够在没有远程服务器的情况下使用Chrome构建网站.我想不安装任何东西,并且能够,例如,导航到http://localhost/something/somethingElse/index.html.

谁知道怎么样?

Jo *_*ina 35

要在Windows 7上激活localhost服务器,请导航至:

-> Control Panel -> Programs and Features -> Turn Windows features on or off
Run Code Online (Sandbox Code Playgroud)

然后搜索Internet信息服务并选中其复选框.

等待Windows进行更改,无需立即重启,服务器将启用.

您现在可以导航到

127.0.0.1 
Run Code Online (Sandbox Code Playgroud)

要么

http://localhost
Run Code Online (Sandbox Code Playgroud)

  • 什么样的世界我们生活在哪里你必须'打开'localhost,sheesh (11认同)
  • ^一个大多数人不使用localhost的世界...... :)值得注意的是:默认情况下,Internet Information Services使用`C:/ inetpub/wwwroot`的内容为`http:// localhost /`,所以如果你不想搞乱设置,只是把东西扔进那个文件夹. (10认同)