From 4d987207ad91a5c708ee60143b10afcfde7c6517 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 5 Apr 2015 18:25:17 +0200 Subject: [PATCH] DICK --- main/.htaccess | 1 - 1 file changed, 1 deletion(-) diff --git a/main/.htaccess b/main/.htaccess index 0e5c803..87af071 100644 --- a/main/.htaccess +++ b/main/.htaccess @@ -16,7 +16,6 @@ Options +FollowSymLinks -Indexes # Rewrite Rules # Remove .php from the url -RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php