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