diff --git a/home/.htaccess b/home/.htaccess index 7c915e6..473f0a7 100644 --- a/home/.htaccess +++ b/home/.htaccess @@ -2,9 +2,6 @@ RewriteEngine On RewriteBase / - RewriteCond %{HTTPS} off - RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] - RewriteRule ^index\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d