]> skyeroc.xyz Git - flatmark/commitdiff
remove invalid if-condition
authorelektrischerwalfisch <mail@elektrischerwalfisch.de>
Sat, 17 May 2025 13:54:33 +0000 (15:54 +0200)
committerelektrischerwalfisch <mail@elektrischerwalfisch.de>
Sat, 17 May 2025 13:54:33 +0000 (15:54 +0200)
.htaccess

index 4ef3cc8fd82b9da6c4ba071cacf2dddcc0e0d224..86050b3bbb45212d00a734366a748ce92fce5e1a 100644 (file)
--- 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
-<IfFile .htaccess-dev>
-    Include .htaccess-dev
-</IfFile>
\ No newline at end of file