From f87dca95f162e66347fced32e7c333409b0e9012 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 1 Dec 2015 19:55:16 +0100 Subject: [PATCH] Disable MultiView + DirectorySlash Required for routes that might otherwise collide with existing folders on the system --- .htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index d82cb8ade1..5401320d57 100644 --- a/.htaccess +++ b/.htaccess @@ -45,6 +45,11 @@ RewriteRule ^(\.|autotest|occ|issue|indie|db_|console).* - [R=404,L] # Rewrite rules for `front_controller_active` + SetEnv front_controller_active true + Options -MultiViews + + DirectorySlash off + RewriteRule ^core/js/oc.js$ index.php [PT,E=PATH_INFO:$1] RewriteRule ^core/preview.png$ index.php [PT,E=PATH_INFO:$1] RewriteCond %{REQUEST_FILENAME} !\.(css|js|svg|gif|png|html|ttf|woff)$ @@ -56,7 +61,6 @@ RewriteCond %{REQUEST_FILENAME} !/ocs/v1.php RewriteCond %{REQUEST_FILENAME} !/ocs/v2.php RewriteRule .* index.php [PT,E=PATH_INFO:$1] - AddType image/svg+xml svg svgz