diff --git a/.htaccess b/.htaccess index 81860a77..4752812d 100644 --- a/.htaccess +++ b/.htaccess @@ -33,13 +33,3 @@ Options -Indexes # ne pas supprimer la ligne URL rewriting ! - -# URL rewriting - - RewriteEngine on - RewriteBase /ZwiiCMS/ - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*)$ index.php?$1 [L] - -# URL rewriting