diff --git a/static/.htaccess b/static/.htaccess index 2275d64..08d740b 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,3 +1,10 @@ +RewriteEngine On +RewriteBase / + +RewriteRule ^(en|de)/(.*)$ /$2 [R=301,L] +RewriteRule ^(en|de)/?$ / [R=301,L] +RewriteRule ^about/?$ / [R=301,L] + # Compression AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html