]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/plugins/akismet/.htaccess
cfad4685aafcf177c3b335434d96eb1e771fd262
[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>
7
8 #allow access to any image
9 <FilesMatch "^(.+)\.(png|gif)$">
10         Allow from all
11 </FilesMatch>