Get the Home page back for every language with some mod_rewrite rules.
Goal is to have a landing page with a selected "Home" in the autonav!
Than edit the .htaccess file in the root directory and add this example rule for dutch.
RewriteCond %{REQUEST_URI} ^/nl/$ [NC]
RewriteRule ^(.)?(.)$ https://www.example.com/nl/home$2 [L,R=301]
So for other languages use the same code rules and change the "nl" to "de" for german.
Example snapshot:
Loading Conversation