Order deny,allow
Deny from all
<FilesMatch "(index|example|.css|.png|^$)">
    Order allow,deny
    Allow from all
</FilesMatch>
