From b77c9da29bdfefde0423a9e2a98d6df750d60ccc Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Wed, 24 Feb 2016 23:27:35 +0100 Subject: [PATCH] Force Apache's MultiViews feature to be disabled Thanks @sonst-was for reporting this. Resolves #329 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 389bb6d..192f3a4 100644 --- a/.htaccess +++ b/.htaccess @@ -13,4 +13,4 @@ # Prevent file browsing -Options -Indexes +Options -Indexes -MultiViews