From d85741a3a13c558942d655d0b161e2d642a70d6c Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 5 Oct 2015 22:35:51 +0200 Subject: [PATCH] .htaccess: Add compatibility for apache 2.4 --- .htaccess | 8 +++++++- app/.htaccess | 8 +++++++- data/.htaccess | 8 +++++++- doc/.htaccess | 8 +++++++- tests/.htaccess | 8 +++++++- 5 files changed, 35 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index d17e5c80b..9a552944f 100644 --- a/.htaccess +++ b/.htaccess @@ -9,5 +9,11 @@ - Deny from all + = 2.3> + Require all denied + + + Order allow,deny + Deny from all + diff --git a/app/.htaccess b/app/.htaccess index 14249c50b..c47998cbb 100644 --- a/app/.htaccess +++ b/app/.htaccess @@ -1 +1,7 @@ -Deny from all \ No newline at end of file += 2.3> + Require all denied + + + Order allow,deny + Deny from all + diff --git a/data/.htaccess b/data/.htaccess index 14249c50b..c47998cbb 100644 --- a/data/.htaccess +++ b/data/.htaccess @@ -1 +1,7 @@ -Deny from all \ No newline at end of file += 2.3> + Require all denied + + + Order allow,deny + Deny from all + diff --git a/doc/.htaccess b/doc/.htaccess index 14249c50b..c47998cbb 100644 --- a/doc/.htaccess +++ b/doc/.htaccess @@ -1 +1,7 @@ -Deny from all \ No newline at end of file += 2.3> + Require all denied + + + Order allow,deny + Deny from all + diff --git a/tests/.htaccess b/tests/.htaccess index 14249c50b..c47998cbb 100644 --- a/tests/.htaccess +++ b/tests/.htaccess @@ -1 +1,7 @@ -Deny from all \ No newline at end of file += 2.3> + Require all denied + + + Order allow,deny + Deny from all +