From 64250f2a4ef73d8b2686d275dc39aee4d389b0e6 Mon Sep 17 00:00:00 2001 From: Jochen Wiedmann Date: Mon, 2 Feb 2015 16:37:38 +0000 Subject: Bug 1121477: Support for Apache HTTPD 2.4 r=dkl,a=glob --- .htaccess | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 7ef20d8b6..14325d152 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,16 @@ # Don't allow people to retrieve non-cgi executable files or our private data - deny from all + + + Deny from all + + 2.2> + Require all denied + + + + Deny from all + Options -Indexes -- cgit v1.2.3-24-g4f1b