diff --git a/.htaccess b/.htaccess index 1cac0f2..8936fe9 100644 --- a/.htaccess +++ b/.htaccess @@ -9,4 +9,7 @@ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php [QSA,L] + + # MultiViews can mess up our rewriting scheme + Options -MultiViews