accessing pages of another domain through wrong domain
Hi,
we just publsihed one of our Umbraco projects live (v4.0.2.1). It is a corporate website on 3 langueges, each language on its own domain: www.mplus.hr, www.mplus.nl and www.mplus.net. Structure is like this:
- www.mplus.net -- about-mplus.aspx -- ...
- www.mplus.nl -- over-mplus.aspx -- ...
- www.mplus.hr -- o-nama.aspx -- ...
Problem is that we can access any page from any domain. I.e. any of those work: www.mplus.net/over-mplus.aspx (which gives us a mix of english template and dutch content) www.mplus.net/o-nama.aspx (which gives us a mix of english template and croatian content)
This creates probelms with Google indexing site and duplicate content. is there any way to disable this behavior?
accessing pages of another domain through wrong domain
Hi,
we just publsihed one of our Umbraco projects live (v4.0.2.1). It is a corporate website on 3 langueges, each language on its own domain: www.mplus.hr, www.mplus.nl and www.mplus.net. Structure is like this:
- www.mplus.net
-- about-mplus.aspx
-- ...
- www.mplus.nl
-- over-mplus.aspx
-- ...
- www.mplus.hr
-- o-nama.aspx
-- ...
Problem is that we can access any page from any domain. I.e. any of those work:
www.mplus.net/over-mplus.aspx (which gives us a mix of english template and dutch content)
www.mplus.net/o-nama.aspx (which gives us a mix of english template and croatian content)
This creates probelms with Google indexing site and duplicate content. is there any way to disable this behavior?
You should probably set "useDomainPrefixes" to true in your /config/umbracoSettings.config
Thx. I don't know how I forgot about this I was using it before.
in 4.0.3 I was using useDomainPrefixes and it worked fine, but in 4.5 for some reason it does not generate unique domains anymore.
Does anyone have the same issue?
is working on a reply...