diff --git a/config/.htaccess b/config/.htaccess index 853aed187d..192cdd2aa9 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -1,14 +1,23 @@ -# line below if for Apache 2.4 +# Section for Apache 2.4 and 2.5 -Require all denied + Require all denied + + + Deny from all + Satisfy All -# line below if for Apache 2.2 +# Section for Apache 2.2 -deny from all + + + Deny from all + + Satisfy All + -# section for Apache 2.2 and 2.4 +# Section for Apache 2.2 to 2.5 -IndexIgnore * + IndexIgnore *