wp_blog/wp-content/plugins/akismet/.htaccess
2020-01-02 23:15:16 +07:00

11 lines
187 B
ApacheConf

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>