wiby/html/securimage/audio/.htaccess
2022-07-07 23:48:28 -04:00

12 lines
173 B
ApacheConf
Executable file

# Deny access to this folder
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.2
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>