R – Moving SharePoint (MOSS 2007) Sites

sharepointsharepoint-2007

I have a site collection with the following structure:

  • Sales Dept Site (site collection top-level site)
    • Sales Dept Sub-Site 1
    • Sales Dept Sub-Site 2

We now have a need to insert a new top-level site so that the new structure will look like the following:

  • Sales Public Site (site collection top-level site)
    • Sales Dept Site
      • Sales Dept Sub-Site 1
      • Sales Dept Sub-Site 2

So, I need to shove all the existing content down a level and insert a new content at the site collecteion top-level site.

What is the best approach to accomplish this? My thought is to create a new site collection with the top-level site created as I need it (Sales Public Site). I can then export the content of the Sales Dept Site and import it into the new site collection as a sub-site.

Best Answer

You can move entire sites via the 'Manage Content And Structure' from the 'Site Actions' menu on the top level site, so there is no need to export and import sites.

Follow this guide for getting access to the 'Manage Content And Structure' if it doesn't exist in the 'Site Actions' menu.

Related Topic