Problem:
1. I have two web application in SP 2010 http://test1.Comp.com and http://test2.comp.com
2. Both has different Content Database.
3. Want to create new Web Application in SP2013 and merge these two application into it. Where as i still want to be separate URL to be refer in intranet
Questions:
1. Can we copy 2 content database from SP2010 as a separate Site Collection in SP2013 new Web Application?
2. If yes then how do we handle the separate URL. I know there is new feature which allows it but could not recollect it?
Help is appreciated
Hi,
You can do the following:
1. Create a web application: http://test.comp.com
2. Backup all site collections
3. Restore each site collection using a Host Named Site Collection.
Restore-SPSite http://someurl.comp.com -Path \\file_server\share\test1.bak -HostHeaderWebApplication http://test.comp.com.
Make sure the “someurl.comp.com” DNS entry is pointing to the correct machine, to make sure requests are being handled okay.