Hi, 

I am working on a localized app, and the setup is made according to the docs

configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en,fr,de,it");
configuration.add(SymbolConstants.ENCODE_LOCALE_INTO_PATH, true);

If I hit in the browser the index page of the app, 

https://myapp.test/

Then all the links are missing the virtual language folder in the urls. 

But if I hit 

https://myapp.test/fr/

Then all the links have the virtual language folder in the url. 

Do you know how to make sure the default index page adds the virtual language 
folder to the urls when hitting 
https://myapp.test/

Thank you

Numa
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to