RewriteEngine on 
#Options +SymLinksIfOwnerMatch 
Options -Indexes
#RewriteOptions InheritDown
#RewriteBase / 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d


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