I have a multilingual website and making use of the Ultimate Site Structure as proposed by Cultiv. So my section looks like this
Content -- www --- En --- Fr --- De
So in my template www i have some configuration code that will redirect my website to either EN , FR or DE depending on the culture of the browser. Where i have some issues is here in the UrlRewriting.Config where i want the url to display
www.mywebsite.com/en or www.mywebsite.com/fr instead of the ugly www.mywebsite.com/en.aspx or www.mywebsite.com/fr.aspx
For the first one En works just fine but if when i click on either the FR or DE link on the website it redirects me to the EN again that is www.mywebsite.com/en
Any idead why the other redirections are not working?
Multilingual Website with Permanent Redirection
Hi,
I have a multilingual website and making use of the Ultimate Site Structure as proposed by Cultiv. So my section looks like this
Content
-- www
--- En
--- Fr
--- De
So in my template www i have some configuration code that will redirect my website to either EN , FR or DE depending on the culture of the browser. Where i have some issues is here in the UrlRewriting.Config where i want the url to display
www.mywebsite.com/en or www.mywebsite.com/fr instead of the ugly www.mywebsite.com/en.aspx or www.mywebsite.com/fr.aspx
So far this is how my Config looks like
Hi,
Is your browser culture test only on the WWW template, it doesn't exist on the sub-pages?
Instead of adding a rule per language, can't you set the umbracoUseDirectoryUrls setting to true in the web.config and it'll do what you want?
Cheers,
Greg
is working on a reply...