# Allow JSON files to be served
<Files *.json>
    Order allow,deny
    Allow from all
</Files>
