Hi, I am trying to figure out, how to set up a website with separate trees for each language and have SEO-friendly URLs. So I have a website tree for the default called 'test' and want to reach it under the URL .../test/path-to-page.html. Then I have a second tree for german called 'test-de' and want to reach it under the URL .../de/test/Pfad-zur-Seite.html. Under configuration > server/i18n/content I have ETKI18nContentSupport enabled. What do I need to configure in the site definitions? I have one site definition for the default site with a mapping with 'handlePrefix' set to 'test' and another site definition for the german site with a mapping with 'handlePrefix' set to 'test-de'. For the i18n, class DefaultI18nContentSupport is configured, but I set enabled to false, as I do not want the single-tree approach enabled. Under the site configuration for 'test' I added locales/en and enabled it and set defaultLocale to en. Under the site configuration 'test-de' I added locales/de and enabled it and set defaultLocale to de. When I access the URL .../de/test/ I get the home page from 'test' and all the internal links on that page are links from the 'test' site, not from 'test-de'. My seems to me somehow weird, but I do not know better and I could not find any documentation or examples for that.
How do I set up a multi-tree approach for a multi-language website???? Can anybody please tell me, how they achieved this? Thanks in advance, Uta -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f9d1940a-fff1-40da-aa22-2d80521995b2 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
