Adición de .htaccess

This commit is contained in:
Nika Zhenya 2019-03-20 02:20:25 -06:00
parent 070942eee0
commit 25f8203699
1 changed files with 11 additions and 0 deletions

11
.htaccess Normal file
View File

@ -0,0 +1,11 @@
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]