From fa69e274c4d361671b87734ea4fe8eaabf10c976 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 17 Jun 2015 20:16:32 -0700 Subject: [PATCH] Fixes #1043 Options All causing problems on some servers. --- e107.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107.htaccess b/e107.htaccess index cf5f8a3a6..47f632dc3 100644 --- a/e107.htaccess +++ b/e107.htaccess @@ -32,7 +32,7 @@ Deny from env=HTTP_SAFE_BADBOT ### Disable directory listing - Options All -Indexes + Options -Indexes ### limit file uploads to 10mb ### LimitRequestBody 10240000