我的设置:
带有 SP1 的 Sharepoint 2010站点
集合 URL:http://sp2010:8083/
站点 URL:http://sp2010:8083/abc
要求:
需要将站点的 URL
从更改http://sp2010:8083/abc
为http://sp2010:8083/ict
我的做法:
使用Backup-SPSite和Restore-SPSite命令备份站点abc,然后在站点ict上恢复
问题: Backup-SPSite 和 Restore-SPSite 适用于网站集,但不适用于网站。我收到以下错误
The specified URL is not a top-level Web site. The backup and
restore operations work only for top-level Web sites. Enter the URL for a site
to try the operation again.
请帮助如何更改网站的 URL。我知道您无法更改 Sharepoint 站点的 URL,但我认为可以使用备份和还原来实现相同的目的。
我无法理解像 Microsoft 这样的公司如何不提供轻松更改 URL 的选项。
谢谢,
尼丁