From a9e446d9a228fdfe300289cbe7645645054f560c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 3 Jan 2024 08:52:40 +0200 Subject: [PATCH] Update .htaccess --- .htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/.htaccess b/.htaccess index cd86782..6ea4ad0 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.php [NC,L,QSA] -