From 638dc6564b1aefe8dc2bca1c1511d6ddd37cad81 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 20 Feb 2015 12:58:46 +0100 Subject: Bug 1133690: .htaccess incorrectly assumes that Apache 2.2.x can read new 2.4 directives r=dkl a=glob --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 14325d152..2f009697c 100644 --- a/.htaccess +++ b/.htaccess @@ -1,10 +1,10 @@ # Don't allow people to retrieve non-cgi executable files or our private data - + Deny from all - 2.2> + = 2.4> Require all denied -- cgit v1.2.3-24-g4f1b