diff --git a/config/.htaccess b/config/.htaccess index 192cdd2aa9..857df9bbba 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -1,23 +1,23 @@ # Section for Apache 2.4 and 2.5 - + Require all denied - - + + Deny from all Satisfy All - + # Section for Apache 2.2 - - - + + + Deny from all - + Satisfy All - - + + # Section for Apache 2.2 to 2.5 - + IndexIgnore * - +