ipv6可能导致localhost无法打开?
2008年12月20日
没有评论
一台IIS 或者 APPACHE,访问http://localhost无法打开,直接输入127.0.0.1就没有问题,研究了半天,照着网上的很多方法弄了也没能解决,后来ping localhost的时候发现调用的是ping6命令,才想起前几天install了ipv6,于是在命令提示符下输入“ipv6 -uninstall”,问题解决。
想了想要是在hosts文件中加入localhos...