Forum Replies Created

Viewing 1 replies (of 1 total)
  • Dear @qtwrk

    Thanks for your feedback. So if we got it well, we should add the following code to our htaccess?

    RewriteCond %{HTTP:Accept-Language} en [NC]
    RewriteRule .* - [E=Cache-Vary:%{ENV:LSCACHE_VARY_VALUE}+english]
    
    RewriteCond %{HTTP:Accept-Language} fr [NC]
    RewriteRule .* - [E=Cache-Vary:%{ENV:LSCACHE_VARY_VALUE}+french]
    
    RewriteCond %{HTTP:Accept-Language} de [NC]
    RewriteRule .* - [E=Cache-Vary:%{ENV:LSCACHE_VARY_VALUE}+german]

    Polylang configuration

    • Our default language is English
    • Secondary languages are French (homepage > /fr/accueil/) and German (homepage > /de/home/)
    • Languages Full Names are: English, French, Deutsch
    • Locales: en_US, fr_FR, de_DE
    • Codes: en, fr, de

    Thank you in advance for your help. We just want to make sure this is right before re-installing and setting up LiteSpeed.

    Best Regards

Viewing 1 replies (of 1 total)