# Block direct browser access to all files in /data/
# Only your PHP scripts can read/write these files.
<Files "*">
    Order allow,deny
    Deny from all
</Files>
