I want to create a multilanguage site in contao. What I did so far:
At first I copied the Page tree of current language. At second I added domains like example.com/de and example.com/en in site-structure "Domain name" of both root pages.
Edit: Finally I added app/config/config.yml
contao:
prepend_locale: true
For my assumption it should work now but it doesnt. What else is necessary to make it work.