# Allow direct access to files
Allow from all

# Force downloading of SQL files
<Files *.sql>
ForceType application/octet-stream
</Files>