How to Rename Site collection Url in Office 365 ?
How to Rename Site collection Url in Office 365 ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijay SPosted May 4, 2015, 9:20 AM
There is no out-of-the-box command in SharePoint to rename a site collection URL, You can only rename it through OOTB. You will need to do a backup of the site collection, delete the site collection and restore the backup under a new site collection URL.
The command line for doing this would look like:
1. stsadm –o backup –url http://myserver/sites/myurlname -overwrite -filename backupsite1.dat
2. stsadm –o deletesite –url http://myserver/sites/myurlname
3. stsadm –o restore –url http://myserver/sites/myurlNEWname -filename backupsite1.dat
Please Mark as Answer if it helps You. Thanks in advance :)
Rajkiran SwainPosted May 4, 2015, 11:24 AM