]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/.htaccess
Wordpress 3.5.2
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / .htaccess
index 18eed64033d1ff7fecf6b7178e7d2ebeb92592c8..cfad4685aafcf177c3b335434d96eb1e771fd262 100644 (file)
@@ -3,4 +3,9 @@ Deny from all
 
 <FilesMatch "^akismet\.(css|js)$">
        Allow from all
+</FilesMatch>
+
+#allow access to any image
+<FilesMatch "^(.+)\.(png|gif)$">
+       Allow from all
 </FilesMatch>
\ No newline at end of file