diff --git a/static/.htaccess b/static/.htaccess index 63f09c1..a031db7 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -9,17 +9,3 @@ Header set Content-Security-Policy "default-src 'none'; script-src 'self'; conne # Referrer Policy Header always set Referrer-Policy "no-referrer" - -# redirection depending on the language -RewriteEngine on - -RewriteCond %{HTTP:Accept-Language} ^de [NC] -RewriteRule ^$ https://%{HTTP_HOST}/de [L,R=302] - -RewriteCond %{HTTP:Accept-Language} ^fr [NC] -RewriteRule ^$ https://%{HTTP_HOST}/fr [L,R=302] - -# Fallback for any other language to spanish -RewriteCond %{HTTP_HOST} my.ecogood.world [NC] -RewriteRule ^$ https://%{HTTP_HOST}/en [L,R=302] -