我在Mac上使用VMWare Fusion来测试Windows XP虚拟机上的网站(即6)。
我的mac拥有静态IP 192.168.0.220,并且使用端口8000通过django托管该站点。
使用Bridged和NAT模式我可以使用Chrome或Firefox(安装在Windows虚拟机上)通过http://192.168.0.220:8000成功访问此站点,但ie6只返回未找到的页面。
ipconfig /renew
,/release
和/flushdns
在ie6中是否有任何怪异的安全设置我需要调整以使其正常工作?
答案 0 :(得分:1)
尝试禁用IE6“友好错误消息”。
要禁用“友好”错误消息:
1. From Internet Explorer, choose "Tools" - "Options".
2. When the "Options" multi-tabbed dialog box appears, click the "Advanced" tab.
3. Underneath "Settings", scroll down to and uncheck "Show friendly HTTP error messages".
4. Click "OK" to close the dialog box.