diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/.htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/.htaccess b/config/.htaccess index eda29a03ee9..13ca28758cf 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -3,6 +3,7 @@ Require all denied </IfModule> <IfModule mod_access_compat.c> + Order Allow,Deny Deny from all Satisfy All </IfModule> @@ -11,6 +12,7 @@ <IfModule !mod_authz_core.c> <IfModule !mod_access_compat.c> <IfModule mod_authz_host.c> + Order Allow,Deny Deny from all </IfModule> Satisfy All |