diff options
-rw-r--r-- | config/.htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/.htaccess b/config/.htaccess index 857df9bbbac..eda29a03ee9 100644 --- a/config/.htaccess +++ b/config/.htaccess @@ -1,4 +1,4 @@ -# Section for Apache 2.4 and 2.5 +# Section for Apache 2.4 to 2.6 <IfModule mod_authz_core.c> Require all denied </IfModule> @@ -17,7 +17,7 @@ </IfModule> </IfModule> -# Section for Apache 2.2 to 2.5 +# Section for Apache 2.2 to 2.6 <IfModule mod_autoindex.c> IndexIgnore * </IfModule> |