From ee6786f1728e7b9bffaad286732cf2f188c679d9 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 8 Sep 2018 19:22:07 +0200 Subject: [PATCH] correction : doublon dans htaccess --- .htaccess | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.htaccess b/.htaccess index 9cbc9238..9a668810 100755 --- a/.htaccess +++ b/.htaccess @@ -13,10 +13,3 @@ Options -Indexes RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?$1 [L] - - RewriteEngine on - RewriteBase /ZwiiCMS-dev/ - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*)$ index.php?$1 [L] - \ No newline at end of file