我在 Windows 机器的 /etc/hosts 文件中设置了多个主机。我的问题是我无法在 IE 浏览器中访问 /etc/hosts 文件中的任何主机条目。但我可以在除 IE 浏览器之外的所有其他浏览器中访问主机。
我的主机文件如下所示:
127.0.0.1 localhost
127.0.0.1 apache.local.com
127.0.0.1 iis.local.com
如果我在 IE 浏览器中使用apache.local.com或iis.local.com,它只会永远加载,但在其他浏览器中它加载正常,并将我带到 wamp 服务器本地主机页面。
ping 这些主机看起来不错
ping apache.local.com
C:\Windows\system32>ping apache.local.com
Pinging apache.local.com [127.0.0.1] with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
ping iis.local.com
C:\Windows\system32>ping iis.local.com
Pinging iis.local.com [127.0.0.1] with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Ping statistics for 127.0.0.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
这看起来很奇怪,因为其他浏览器工作正常,但只有 IE 确实存在它永远加载的问题。
我尝试重置 IE 浏览器并刷新 DNS 条目并重新启动机器几次,但仍然无法正常工作。
我的系统是Windows8 64 位,安装了wamp和IIS,并安装了 PHP 和 MySQL 扩展。
有人能帮忙吗?