diff --git a/.htaccess b/.htaccess index 93ca6c0e48..2f389fb2af 100644 --- a/.htaccess +++ b/.htaccess @@ -5,7 +5,15 @@ # Make sure .env files not not browseable if in a sub-directory. - Deny from all + # Apache 2.2 + + Deny from all + + + # Apache 2.4+ + + Require all denied +