Denying access to all files except index.html apache
Try this:
Order allow,deny
Deny from all
<FilesMatch index\.html>
Allow from all
</FilesMatch>
Try this:
Order allow,deny
Deny from all
<FilesMatch index\.html>
Allow from all
</FilesMatch>