JohnS wrote: > Ok that does not help? Then help me understand why it does not? Maybe > I don't understand exactly what is wanted to be done on the language > translation. ok, lets try this again. En User goes to http://wiki.c.o/Page and sees content with urls pointing at http://wiki.c.o/<PageTitle> De User goes to http://wiki.c.o/de/Page and sees content with urls on the page pointing to http://wiki.c.o/de/<PageTitle> - which is good. however, if one of those linked pages does not have a /de/ translation they are redirected to the En vers. eg: http://wiki.c.o/de/Page1 -> click -> http://wiki.c.o/de/Page2 : not available in /de/ redirected to http://wiki.c.o/Page2 ( which is in english ), however all urls now going to http://wiki.c.o/<PageTitle>, its completely lost the /de/ portion. And that is the issue, since there might and could be pages beyond that one Page2 that have been translated to the users language ( /de/ ) and those pages ( actually, imho, all urlspace ) should be within the <host>/de/<PageTitle> scope. - KB