I have two sites host on the same umbraco install.
content
-site 1
--page 1
--page 2
--page 3
-site 2
--page 4
--page 5
I'm able to access them both just fine. However, my issue is that I'm able to access the pages from one site from within the other site. So, www.site2.com/page1 is found when it should be giving me a 404. Am I doing something wrong? I'm using 4.7.0
Multiple hosts in one install issue
I have two sites host on the same umbraco install.
content
-site 1
--page 1
--page 2
--page 3
-site 2
--page 4
--page 5
I'm able to access them both just fine. However, my issue is that I'm able to access the pages from one site from within the other site. So, www.site2.com/page1 is found when it should be giving me a 404. Am I doing something wrong? I'm using 4.7.0
-Cam
Hi Camron
You should setup unique hostnames on each root node and make the neccesary bindings in your IIS site.
In the umbracoSettings.config file you need to set the "useDomainPrexises" element to "true". This should do the trick :)
/Jan
That works. Thanks!
is working on a reply...