first commit
This commit is contained in:
11
wp-content/plugins/akismet/.htaccess
Normal file
11
wp-content/plugins/akismet/.htaccess
Normal file
@ -0,0 +1,11 @@
|
||||
Order Deny,Allow
|
||||
Deny from all
|
||||
|
||||
<FilesMatch "^akismet\.(css|js)$">
|
||||
Allow from all
|
||||
</FilesMatch>
|
||||
|
||||
#allow access to any image
|
||||
<FilesMatch "^(.+)\.(png|gif)$">
|
||||
Allow from all
|
||||
</FilesMatch>
|
Reference in New Issue
Block a user