wp_blog/wp-content/plugins/akismet/.htaccess

11 lines
187 B
ApacheConf
Raw Normal View History

2020-01-02 23:15:16 +07:00
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>