I have two sites running under the same installation of Sitecore 6. The home sites are as follows:
/sitecore/content/Home
/sitecore/content/Careers
Assuming the main site is located at domain.com, a career site can be obtained at careers.domain.com.
My problem is that, using uri prefix /sitecore/content/, any sitecore element can be accessed either by (sub) domain. For example, I can get to:
http://domain.com/sitecore/content/careers.aspx(must be under careers.domain.com)
http://careers.domain.com/sitecore/content/home/destinations.aspx(must be under domain.com).
I know that I can redirect these URLs (using IIS7 or ISAPIRewrite redirects), but is there a way to block Sitecore to only serve objects in the configured node house for this domain?
source
share