http://stackoverflow.com/questions/5376380/sharepoint-2010-change-sitecollection-url
stsadm -o backup -url "http://domain/sandpit/site"-filename "c:\site.dat"#delete old site collection#run gradual site delete job stsadm -o restore -url "http://domain/sites/site"-filename "c:\site.dat"
转载于:https://www.cnblogs.com/zyip/p/3177380.html