# Block all direct access to raw recipe files.
# PDFs are only ever served through /download.php after a
# successful recipe-download form submission (see download.php).

<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
