From c0b6546c9e316bf0e73b5feb73ced4fc9198d8b2 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 9 Sep 2018 11:18:16 +0200 Subject: [PATCH] correction : htaccess --- .htaccess | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.htaccess b/.htaccess index 53564a15..cdbd05de 100755 --- a/.htaccess +++ b/.htaccess @@ -1,15 +1,8 @@ -# Cache le PHPSESSID de l'url +# Cache le PHPSESSID de l'url SetEnv SESSION_USE_TRANS_SID 0 # Bloque l'accès à la liste des fichiers Options -Indexes # Attention, surtout ne rien modifier ci-dessous ! -# URL rewriting - - RewriteEngine on - RewriteBase /ZwiiCMS-dev/ - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*)$ index.php?$1 [L] - \ No newline at end of file +# URL rewriting \ No newline at end of file