feat: add root language redirect for o2switch hosting
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_URI} ^/$
|
||||
RewriteCond %{HTTP:Accept-Language} fr [NC]
|
||||
RewriteRule ^$ /fr/ [R=302,L]
|
||||
RewriteCond %{REQUEST_URI} ^/$
|
||||
RewriteRule ^$ /en/ [R=302,L]
|
||||
Reference in New Issue
Block a user