如何配置iis 网站链接地址
现有一个运行在iis 7.5 上的网站 设置如下 :
Edit Bindings :
Type Host Name Port IP Address
http ladotapex 80 10.94.14.70
Host file setting :
10.94.14.70 ladotapex
127.0.0.1 localhost
这样在网站所在windows 2008 server 上面可以通过 http://10.94.14.77/index.php 和 http://ladotapex 打开网站。
但是在同一个 network 下的其他电脑 通过 http://10.94.14.77/index.php 能打开网站,而 http://ladotapex 返回的是
dns_unresolved_hostname
请问这是为什么, 我的目的就是希望整个网络内的电脑都通过 http://ladotapex 来访问这个网站。
谢谢!
------解决方案--------------------
ladotapex还是localhost?
localhost 是指本机,与127.0.0.1 一致。
同一个network访问你的机器配置的站点,需通过访问ip
------解决方案--------------------DNS错误了.
------解决方案--------------------其实现在都是这样了,通过IP访问,好些