London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?