From 8e06db6889203ff5a40f4f121ba46c898564f628 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 19 Apr 2013 11:48:56 +0200 Subject: removed Satisfy All directive FS#2750 --- .htaccess.dist | 1 - conf/.htaccess | 1 - data/.htaccess | 1 - inc/.htaccess | 1 - inc/lang/.htaccess | 1 - 5 files changed, 5 deletions(-) diff --git a/.htaccess.dist b/.htaccess.dist index c90abdc80..5724a6e04 100644 --- a/.htaccess.dist +++ b/.htaccess.dist @@ -8,7 +8,6 @@ Order allow,deny Deny from all - Satisfy All ## Uncomment these rules if you want to have nice URLs using diff --git a/conf/.htaccess b/conf/.htaccess index f5dda6086..bcc3ea0bd 100644 --- a/conf/.htaccess +++ b/conf/.htaccess @@ -1,4 +1,3 @@ ## no access to the conf directory order allow,deny deny from all -Satisfy All diff --git a/data/.htaccess b/data/.htaccess index 2cbb757e7..281d5c33d 100644 --- a/data/.htaccess +++ b/data/.htaccess @@ -1,3 +1,2 @@ order allow,deny deny from all -Satisfy All diff --git a/inc/.htaccess b/inc/.htaccess index 68ae43e72..2d9c357ff 100644 --- a/inc/.htaccess +++ b/inc/.htaccess @@ -1,4 +1,3 @@ ## no access to the inc directory order allow,deny deny from all -Satisfy All diff --git a/inc/lang/.htaccess b/inc/lang/.htaccess index 572f5156f..2d69be754 100644 --- a/inc/lang/.htaccess +++ b/inc/lang/.htaccess @@ -1,4 +1,3 @@ ## no access to the lang directory order allow,deny deny from all -Satisfy All -- cgit v1.2.3