From c7b311349e7cd32618afefb86a9e1d993c36f5be Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Jan 2015 15:16:55 +0100 Subject: [PATCH] Files compatible with apache 2.4 --- build/debian/apache/.htaccess | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/build/debian/apache/.htaccess b/build/debian/apache/.htaccess index 21fdbc00cf7..a59829d970b 100644 --- a/build/debian/apache/.htaccess +++ b/build/debian/apache/.htaccess @@ -1,17 +1,8 @@ -# To disable access +# File used to disable access into directory documents = 2.3> Require all denied Order deny, allow Denied from all - - -# To allow access -= 2.3> -Require all granted - - -Order allow, deny -Allow from all - + \ No newline at end of file