请问:MOSS使用中机器名与IP地址的问题
1. MOSS中创建Web Applation时使用的是“机器名+端口号”: http://spssrv:8010/)
那么这个Web Applation上创建网站集时用IP地址会创建失败(如:http://10.0.4.159:8010/projects/...)
提示:Microsoft.sharepoint.SoapServer.SoapServerException异常。(使用机器名可以,如:http://spssrv:8010/projects/) 为什么?
创建完网站集后如果使用IP地址访问,第一次又会自动转向。
如:创建的网站集为:http://spssrv:8010/projects/12
那么如果要在IE中写 http://10.0.4.159:8010/projects/12 回车后自动转向http://spssrv:8010/projects/12。
为什么啊? 2.使用IP地址打开网站集时可以打开,但见不到页面右上部分的“我的网站”(使用机器名可以看到)
为什么? 3.使用机器名创建的Web Applation能否再更改为IP地址?因为即使我在MOSS中手动创建网站集的话,前面那段是不能改的。即:http://spssrv:8010/... 我想改为 http://10.0.4.159:8010/...
解决方法:
go to Central Administration(管理中心) > Operations(操作) > Alternate access mappings (备用访问映射)
2. press Add Internal URLs
3. add the FQN (e.g. http://server.company.com">http://server.company.com) to the Intranet zone (don't use the default if you want to keep the access through http://server)
4. go to the browser/windows Internet Options > Security > Local Intranet
5. press the Sites button and add the FQN to the trusted intranet sites |