Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Subsite to Top Level Site

  Asked By: Erik Flores         Date: Jul 13, 2007      Category: Sharepoint      Views: 896
 

Is there a way to move a subsite to a top level site?

Ie- http:/server/sites/subsite needs to become http://server

Tagged:          

 

2 Answers Found

 
Answer #1       Answered By: Alisha Itagi          Answered On: Jul 13, 2007       

If I read your post correctly, then what you have listed as 'subsite'
below is actually a site  collection. In that case, yes, it is easy to
do.

1. Backup your Farm

2. From the 12 hive run: stsadm -o backup -url
http://server/sites/subsite -filename c:\subsite.bak

3. then, stsadm.exe -o restore -url http://server -filename
c:\subsite.bak

If you only have one content database for the http://server web app, you
might get an error due to a Site Collection ID collision. In that case,
add a second content DB to the Web app.

 
Answer #2       Answered By: Faith Delgado          Answered On: Jul 13, 2007       

You read my post correct, and I was finally able to get it to migrate.
I had a heck of a time getting all the permissions configured correctly
so that it would run.

 
Didn't find what you were looking for? Find more on Subsite to Top Level Site Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].