]> 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
diff --git a/wp-content/plugins/akismet/.htaccess b/wp-content/plugins/akismet/.htaccess
new file mode 100644 (file)
index 0000000..6d8b4ec
--- /dev/null
@@ -0,0 +1,11 @@
+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>
\ No newline at end of file