diff --git a/html/.htaccess b/html/.htaccess
index f5b0f62377..dfcceb9a3b 100644
--- a/html/.htaccess
+++ b/html/.htaccess
@@ -29,6 +29,6 @@ RewriteCond %{REQUEST_URI} !=/server-status
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\.(js|ico|txt|gif|jpg|png|css|php)
-RewriteRule ^(.*)$ index.php/$1/
+RewriteRule ^(.*)$ index.php
AcceptPathInfo On