diff --git a/.htaccess b/.htaccess index 9a668810..960b1118 100755 --- a/.htaccess +++ b/.htaccess @@ -6,10 +6,3 @@ 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] -