Hi Peter,
Which version of EPiServer are you running? There is a bug in R2 SP2 that will cause this scenario. Contact EPiServer support to get a hotfix.
Tore
Is there an existing hotfix for this bug? I'm beginning to doubt. I've been in contact with two different partners as well as EPiServer and no sign of a hotfix.
Can't say that I did. We got the hotfix which may have made things a bit better but it wasn't until the update to version 6 that the problem disappeared.
That didn't sound promising. :/ Thanks anyway.
I guess the hotfix you got was this one: http://support.ep.se/upload/Hotfixes/EPiServer%20HotFix_R2SP2_SiteUrl_Cache.zip ?
Peter: We got a new hotfix from EPiServer and added it to the GAC and it worked like a charm. :)
We released our new web site yesterday and on the list of bugs there is a problem regarding the language. The site can all of a sudden change language from one branch to another without changing the url. The language is set by domain via:
<site description="Example Site">
<siteHosts>
<add name="www.site.se" language="sv" />
<add name="www.site.no" language="no" />
<add name="www.site.co.uk" language="en-GB" />
<add name="*" />
</siteHosts>
Is there anything that I've missed out on or is there any known bug regarding this issue?