]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/plugins/akismet/.htaccess
WordPress 3.5.1
[autoinstalls/wordpress.git] / wp-content / plugins / akismet / .htaccess
1 Order Deny,Allow
2 Deny from all
3
4 <FilesMatch "^akismet\.(css|js)$">
5         Allow from all
6 </FilesMatch>