# Medical reports. NOTHING in this folder is ever served directly - not
# with a guessed filename, not with a right one. Every download goes
# through ../../file.php, which checks a signed, expiring link first.
# Both authz syntaxes so this parses on Apache 2.2 and 2.4 alike.
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
