我们的 Intranet 最初设置为位于其网站集的根目录。 我们正在尝试改变这一点,以便我们的新网站将位于根目录中,而内联网将成为一个子网站。
此时,我已经创建了一个新的 Web 应用程序和网站集来容纳 Internet 和 Intranet。 我使用“stsadm -o backup”命令来创建当前 Intranet 的备份。 然后,我运行“stsadm -o Restore”命令将 Intranet 网站集恢复到 http://wss/sites/intranet< /a>. 这似乎有效,因为我可以从该位置访问 Intranet。
我现在遇到的问题是,图像、子站点等都在引用,就好像内网仍然是根站点一样。 例如,子站点的链接指向 wss/department/technology/default.aspx,并且它需要指向 wss/sites/intranet/department/technology/default.aspx。
我正在寻求有关两件事的帮助和/或澄清:
- 我是否是将根网站集迁移到子网站的最佳方式?
- 我将如何更新链接引用,以便它们基于现在作为子站点而不是根站点的 Intranet?
Our intranet was originally setup to be at the root of its site collection. We are trying to change this so that our new internet site will live in the root and the intranet will be a sub-site.
At this point I have created a new web application and site collection to house the internet and intranet. I used the 'stsadm -o backup' command to create a backup of our current intranet. I then ran the 'stsadm -o restore' command to restore the intranet site collection to http://wss/sites/intranet. This seems to have worked as I am able to access the intranet from this location.
The issue I now seem to have is that images, sub-sites, etc. are all making reference as if the intranet is still the root site. So for example a link to a sub-site is pointing to wss/department/technology/default.aspx and it needs to point to wss/sites/intranet/department/technology/default.aspx.
I am looking for help and/or clarification on two things:
- Am I approaching the migration of a root site collection to a sub-site the best way?
- How would I go about updating the link references so that they are based on the intranet now being a sub-site instead of the root site?
发布评论