RewriteEngine on 
Options +FollowSymLinks
RewriteEngine On

AddType application/x-httpd-php .html .htm
<Files "*.db">
Order Allow,Deny
Deny from all
</Files>
<Files "*.json">
Order Allow,Deny
Deny from all
</Files>