We are currently adding another site to our umbraco install. We have some old asp code which we have partitioned off with reserved folders. The problem we are about to have is that our new site will need the same reserved folder structure, but with different data.
Is there a way to tell umbraco to load asp from a specific folder depending on domain? Or, would this be an IIS configuration?
Example:
example.com/folder/
example2.com/folder/ (different asp code same folder structure)
Reserved asp folders with multiple domains
We are currently adding another site to our umbraco install. We have some old asp code which we have partitioned off with reserved folders. The problem we are about to have is that our new site will need the same reserved folder structure, but with different data.
Is there a way to tell umbraco to load asp from a specific folder depending on domain? Or, would this be an IIS configuration?
Example:
example.com/folder/
example2.com/folder/ (different asp code same folder structure)
is working on a reply...