diff --git a/app/webroot/.htaccess b/app/webroot/.htaccess index 8e7f16397b2..596281a9d2c 100644 --- a/app/webroot/.htaccess +++ b/app/webroot/.htaccess @@ -1,6 +1,5 @@ RewriteEngine On - RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,L] - \ No newline at end of file +