Sharepoint - How to move Site Collection to different Path in same Web Application?
You can use PowerShell to do that, check Restore-SPSite cmdlet.
Restore-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bak
You can use PowerShell to do that, check Restore-SPSite cmdlet.
Restore-SPSite http://server_name/sites/site_name -Path C:\Backup\site_name.bak