# Block direct web access to migration files.
# (Best practice: keep this folder OUTSIDE the web root entirely.)
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
</IfModule>
