I'm trying to create a website with multiple languages (it's not 1:1, hence this approach).
I have set up 3 different document types; - Index (front page) - redirToLang (redirect from www.domain.com/ to www.domain.com/defaultLanguage) - siteLanguage ("container" for the different languages, possibly the index-page instead of having a seperate document type for that)
However, when opening the site, umbraco 302 redirects to a page that doesn't exist (possibly because of a trailing slash?)
I have watched the videos at umbraco.tv, and read a lot of documentation - supposedly this is the usual approach.
What am I doing wrong? :/ I have attached a couple of screenshots.
Multilingual + redirect issue
Hello.
I'm trying to create a website with multiple languages (it's not 1:1, hence this approach).
I have set up 3 different document types;
- Index (front page)
- redirToLang (redirect from www.domain.com/ to www.domain.com/defaultLanguage)
- siteLanguage ("container" for the different languages, possibly the index-page instead of having a seperate document type for that)
However, when opening the site, umbraco 302 redirects to a page that doesn't exist (possibly because of a trailing slash?)
I have watched the videos at umbraco.tv, and read a lot of documentation - supposedly this is the usual approach.
What am I doing wrong? :/ I have attached a couple of screenshots.
http://imgur.com/a/KwmoD
Could it be that you've got umbracoHideTopLevelNodeFromPath enabled in the web.config? If you set it to false it might work.
Jeroen
is working on a reply...