From 219f7f13c693083e76028d173b60e830e95b5b81 Mon Sep 17 00:00:00 2001 From: Nika Zhenya Date: Mon, 4 Apr 2022 19:53:46 -0500 Subject: [PATCH] Arreglo de enlace a index --- public/.htaccess | 14 -------------- public/index.html | 1 + 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 public/.htaccess create mode 120000 public/index.html 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