diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index cb8f48c..0000000 --- a/public/.htaccess +++ /dev/null @@ -1,14 +0,0 @@ -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] - -# Default -RewriteRule ^$ https://perrotuerto.blog/content/html/en/ [L,R=301] - diff --git a/public/index.html b/public/index.html new file mode 120000 index 0000000..7b4536f --- /dev/null +++ b/public/index.html @@ -0,0 +1 @@ +content/html/es/index.html \ No newline at end of file