There are no out-of-the-box command in SharePoint to rename a site collection URL, to change the URL we need to recreate the site collection with new URL and restore the previous site collection
Source site Collection URl : http://sharepointdev/sites/Mritunjay
Source site Collection URl : http://sharepointdev/sites/mritunjay
Steps to Change the site collection URL
- stsadm –o backup –url http://sharepointdev/sites/Mritunjay -filename backup.dat
- stsadm –o deletesite –url http://sharepointdev/sites/Mritunjay
- stsadm –o restore –url http://sharepointdev/sites/mritunjay -filename backup.dat
No comments:
Post a Comment