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
- Sales Dept Site
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.