Order Deny,Allow
Deny from all
<FilesMatch "^(form|akismet)\.(css|js)$">
Allow from all
</FilesMatch>
#allow access to any image
<FilesMatch "^(.+)\.(png|gif)$">
Allow from all
</FilesMatch>
php_value upload_max_filesize 10M
php_value post_max_size 10M