From 0a3294409e384cc1df31db9363aae78ff94bae6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 3 Jan 2024 08:52:02 +0200 Subject: [PATCH] Update .htaccess --- .htaccess | 1 - 1 file changed, 1 deletion(-) 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] -