From 8e06db6889203ff5a40f4f121ba46c898564f628 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 19 Apr 2013 11:48:56 +0200 Subject: [PATCH] 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 c90abdc800..5724a6e044 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 f5dda60869..bcc3ea0bdd 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 2cbb757e77..281d5c33db 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 68ae43e72b..2d9c357fff 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 572f5156ff..2d69be754f 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