I'm trying to host multiple domains on my umbraco installation. I want to copy one home and create another since almost everything in the new site except few things are not gonna change. However, to change the very few things still unsure as to how the file structure works. If I copy and paste one home create the new site where does it create this file structure. How do i create a different home.html file for my new site.(I see all the changes i wanna do are taking place within this file)
If we're talking the structure in the content tree, there's not actually a file structure, there's no home.aspx on the hdd. The structure is stored in the database, so you could have 2 home.aspx files, just no as children to the same parent node, then one would be renamed.
If you need to run 2 sites on the same umbraco solution, one way of handling that would be to have 2 domains. Then one domain would be used for the first site, and another domain for the second site.
Check out "manage hostnames" in the right click menu.
Umbraco
I'm trying to host multiple domains on my umbraco installation. I want to copy one home and create another since almost everything in the new site except few things are not gonna change. However, to change the very few things still unsure as to how the file structure works. If I copy and paste one home create the new site where does it create this file structure. How do i create a different home.html file for my new site.(I see all the changes i wanna do are taking place within this file)
Do I have to create a new template for this?
Any advice is greatly appreciated.
If we're talking the structure in the content tree, there's not actually a file structure, there's no home.aspx on the hdd. The structure is stored in the database, so you could have 2 home.aspx files, just no as children to the same parent node, then one would be renamed.
If you need to run 2 sites on the same umbraco solution, one way of handling that would be to have 2 domains. Then one domain would be used for the first site, and another domain for the second site.
Check out "manage hostnames" in the right click menu.
is working on a reply...