From 1e786a7a0486e1351856f342ed1f619edb2b91be Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Wed, 22 May 2019 23:49:37 +0200 Subject: [PATCH] Update .htaccess --- .htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.htaccess b/.htaccess index df7cc5db..960b1118 100644 --- a/.htaccess +++ b/.htaccess @@ -6,10 +6,3 @@ Options -Indexes # Attention, surtout ne rien modifier ci-dessous ! # URL rewriting - - RewriteEngine on - RewriteBase /ZwiiCMS/ - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*)$ index.php?$1 [L] - \ No newline at end of file