From 2fbd721c5bda5fbe1def7996353905c67f3475e6 Mon Sep 17 00:00:00 2001 From: Mat Date: Thu, 3 May 2018 22:10:25 +0200 Subject: [PATCH] htaccess disable multiviews --- web/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.htaccess b/web/.htaccess index 4dc7251..461a1a9 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -14,7 +14,7 @@ DirectoryIndex app.php # Disabling MultiViews prevents unwanted negotiation, e.g. "/app" should not resolve # to the front controller "/app.php" but be rewritten to "/app.php/app". - Options -MultiViews +# Options -MultiViews -- GitLab