diff --git a/app/lib/.htaccess b/app/lib/.htaccess index d72d47d..f0ef42d 100644 --- a/app/lib/.htaccess +++ b/app/lib/.htaccess @@ -1,4 +1,11 @@ -Order Deny,Allow -Deny from all - \ No newline at end of file + # Apache 2.2 + + Order Deny,Allow + Deny from all + + # Apache 2.4 + + Require all denied + +