From 26b699f53c4220687912e1753cf6ee297c522a27 Mon Sep 17 00:00:00 2001 From: elektrischerwalfisch Date: Sat, 17 May 2025 15:54:33 +0200 Subject: [PATCH] remove invalid if-condition --- .htaccess | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.htaccess b/.htaccess index 4ef3cc8..86050b3 100644 --- a/.htaccess +++ b/.htaccess @@ -5,8 +5,3 @@ RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.+)$ index.php [L,QSA] - -# If .htaccess-dev (for development-purposes) exists, include it - - Include .htaccess-dev - \ No newline at end of file -- 2.47.3