November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
The routing has been changed so it is more strict for language handling. Let us say for example that there is a page under root named “News” in english and “Nyheter” in Swedish. Previously the URLs where handled as follows (given that no language mapping is defined for site hosts in config):
With the strict language routing the above URLs will be handled as follows:
Another change is that when a language to host mapping is defined, then a URL like http://localhost/en/News/ will give a 404 since when there is a host mapping that defines a language, then the language should not be present in the URL.
Note that there is a configuration setting strictLanguageRouting for the configuration element siteSettings that can be set to "false" to get a more tolerant behaviour.