]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/akismet/.htaccess
WordPress 3.9.2
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / .htaccess
index 18eed64033d1ff7fecf6b7178e7d2ebeb92592c8..6d8b4ec29c0008c1a2c181d32f0840a2d5e2dcf2 100644 (file)
@@ -1,6 +1,11 @@
 Order Deny,Allow
 Deny from all
 
-<FilesMatch "^akismet\.(css|js)$">
+<FilesMatch "^(form|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