chevereto-free/lib/G/.htaccess
2020-06-24 14:35:15 -04:00

9 lines
No EOL
168 B
ApacheConf

# Apache 2.2
<IfModule !mod_authz_core.c>
Order Allow,Deny
Deny from all
</IfModule>
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>