diff --git a/.htaccess b/.htaccess index 23feebc..fa8234e 100644 --- a/.htaccess +++ b/.htaccess @@ -10,5 +10,4 @@ RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.html [NC,L,QSA] -