如何配置 SharePoint 以适用于 Internet 上的 2 个不同域?
我们有一个 SharePoint 网站,作为我们公司在互联网上的网站。我们公司有 2 个域名“.com”和“.co.uk”。当您使用“.com”域访问网站时,SharePoint 工作正常。问题是,当您尝试使用“.co.uk”域访问该网站时,某些页面(包括自定义列表、设置页面)无法正常工作。
经过一些研究后,我发现我需要在 Sharepoint 访问映射下添加“.co.uk”域才能使其正常工作,但当我这样做时,我会被重定向到“.com”域。顺便说一句,“.com”域已存在于访问映射页面中。
那么,将我们的 Sharepoint 站点配置为适用于 2 个不同域的最佳方法是什么?
We have a SharePoint site which serves as our company site on the internet. Our company has 2 domains ".com" and ".co.uk". SharePoint works fine when you access the site using the ".com" domain. The problem is, when you try to access the site using the ".co.uk" domain, some pages (ones including custom lists, settings pages) do not work properly.
After doing some research, I found out that I needed to add the ".co.uk" domain under Sharepoint access mappings to make it work properly, but when I do that, I am redirected to the ".com" domain. By the way, the".com" domain already exists in the accesss mappings page.
So, what's the best way to configure our Sharepoint site to work for 2 different domains?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
除了备用地址映射之外,还为其创建一个 IIS 网站。此链接可能并不 100% 适用于您使用的内容,但您应该能够通过它实现收支平衡。
http://www.isaserver.org/img/upl/spskit /3quickstart/3quickstart.htm#_Toc58577520
In addition to the alternate address mapping create a IIS website for it. This link might not 100% apply to what your using, but you should be able to make ends meet with it.
http://www.isaserver.org/img/upl/spskit/3quickstart/3quickstart.htm#_Toc58577520
我今天解决了这个问题。具体方法如下:
首先,我学习了如何使用视频扩展 Sharepoint 网站: http://technet.microsoft.com/en-us/sharepoint/Video/ff679931。
在 SharePoint 管理中心,我扩展了“.com”域的默认网站 (SharePoint - 80)。
扩展后,创建了一个新的 IIS 站点。在 Internet Manager 中,我单击了新站点的“编辑绑定”选项。 “.com”域已在绑定中设置。我还将“.co.uk”域添加到绑定中。
在中央管理>备用访问映射,我将“.com”域 URL 设置为默认区域,并将“.co.uk”域设置为 Internet 区域。这会自动添加两个域的内部 URL。
I solved the problem today. Here's how:
First I learned how to extend a Sharepoint site using the video: http://technet.microsoft.com/en-us/sharepoint/Video/ff679931.
In SharePoint Central Administration, I extended the default site (SharePoint - 80) for the ".com" domain.
After extending a new IIS site was created. In Internet Manager, I clicked "Edit Bindings" option for the new site. The ".com" domain was already set in bindings. I added the ".co.uk" domain into bindings as well.
In Central Administration > Alternate Access Mappings, I set the ".com" domain URL as the Default zone and the ".co.uk" domain as the Internet zone. This automatically added internal URLs for both domains.