diff --git a/html/.htaccess b/html/.htaccess index 8f20a5ae90..255bfcddc9 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -5,5 +5,4 @@ RewriteBase / RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php) RewriteRule ^(.*)$ index.php/$1/ -SetOutputFilter INCLUDES AcceptPathInfo On