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