This is the documentation for concrete5 version 5.6 and earlier. View Current Documentation

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!

alt text

Than edit the .htaccess file in the root directory and add this example rule for dutch. alt text

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:

alt text

Loading Conversation