wiby/html/securimage/audio/.htaccess

12 lines
173 B
ApacheConf
Raw Normal View History

2022-07-08 03:48:28 +00:00
# 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>