From: elektrischerwalfisch Date: Sat, 17 May 2025 13:54:33 +0000 (+0200) Subject: remove invalid if-condition X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=26b699f53c4220687912e1753cf6ee297c522a27;p=flatmark remove invalid if-condition --- 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