<FilesMatch "$">
Order deny,allow
Deny from all
Allow from 127.0.0.1
</FilesMatch>

<Files "index.html">
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Files>
