I followed the steps in this Tech note (http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Globalization/) to allow me to map domains to lanaguages.
Now, if I got to sitesv.loca/page1 it loads correctly in that langauge. However, if I go to the root of that site, sitesv.local, I get taken the the CMS login page.
Going to site.local/sv/ loads the "home page" correctly?
Hi,
I followed the steps in this Tech note (http://world.episerver.com/Documentation/Items/Tech-Notes/EPiServer-CMS-6/EPiServer-CMS-60/Globalization/) to allow me to map domains to lanaguages.
My config is currently just:
<siteHostMapping>
<siteHosts siteId="siteMaster">
<add name="*" />
<add name="site.local" language="en" />
<add name="sitesv.local" language="sv" />
</siteHosts>
</siteHostMapping>
Now, if I got to sitesv.loca/page1 it loads correctly in that langauge.
However, if I go to the root of that site, sitesv.local, I get taken the the CMS login page.
Going to site.local/sv/ loads the "home page" correctly?
Any ideas?