<FilesMatch ".*">
	order deny,allow
	deny from all
</FilesMatch>
<FilesMatch "\.png$">
    order deny,allow
    allow from all
</FilesMatch>
