Multi-site: Multiple domains want to block urls from other domains
Hi,
We just encountered an odd issue that I'm hoping others have encountered. We have multiple domains hosted from a single umbraco instance.
For example: domaina.com - Homea (/homea) - page1 - page2
domainb.com - Homeb (/homeb)
We want to block users on domaina.com from visiting homeb (http://domaina.com/homeb), which would show domainb's homepage. Umbraco inheritly allows this and we were wondering if there's anyway to block access to a page not under the domains root node (managed hostname).
Any suggestions would be greatly appreciated. We're running v4.7.2
Multi-site: Multiple domains want to block urls from other domains
Hi,
We just encountered an odd issue that I'm hoping others have encountered. We have multiple domains hosted from a single umbraco instance.
For example:
domaina.com
- Homea (/homea)
- page1
- page2
domainb.com
- Homeb (/homeb)
We want to block users on domaina.com from visiting homeb (http://domaina.com/homeb), which would show domainb's homepage.
Umbraco inheritly allows this and we were wondering if there's anyway to block access to a page not under the domains root node (managed hostname).
Any suggestions would be greatly appreciated. We're running v4.7.2
Thanks
if you set useDomainPrefixes to true in your config/umbracoSettings.config file you should be goot to go.
is working on a reply...