perrotuerto.blog/public/.htaccess

15 lines
435 B
ApacheConf
Raw Normal View History

2019-03-20 02:20:25 -06:00
RewriteEngine On
RewriteCond %{HTTP:Accept-Language} ^en [NC]
RewriteRule ^$ https://perrotuerto.blog/content/html/en/ [L,R=301]
RewriteCond %{HTTP:Accept-Language} ^es [NC]
RewriteRule ^$ https://perrotuerto.blog/content/html/es/ [L,R=301]
RewriteCond %{HTTP:Accept-Language} ^nb [NC]
RewriteRule ^$ https://perrotuerto.blog/content/html/nb/ [L,R=301]
2019-03-20 02:20:25 -06:00
# Default
RewriteRule ^$ https://perrotuerto.blog/content/html/en/ [L,R=301]