Current Directory: /home/astoriaah/www/libraries/vendor
Viewing File: /home/astoriaah/www/libraries/vendor/.htaccess
# Apache 2.4+
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.0-2.2
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>