perrotuerto.blog/.htaccess

12 lines
322 B
ApacheConf

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]
# Default
RewriteRule ^$ https://perrotuerto.blog/content/html/en/ [L,R=301]