Order Deny,Allow
Deny from all

<FilesMatch "^akismet\.(css|js)$">
	Allow from all
</FilesMatch>

#allow access to any image
<FilesMatch "^(.+)\.(png|gif)$">
	Allow from all
</FilesMatch>