1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00
wordpress_ynh/sources/wp-content/plugins/akismet/.htaccess
2014-10-31 00:25:34 +01:00

11 lines
No EOL
194 B
ApacheConf

Order Deny,Allow
Deny from all
<FilesMatch "^(form|akismet)\.(css|js)$">
Allow from all
</FilesMatch>
#allow access to any image
<FilesMatch "^(.+)\.(png|gif)$">
Allow from all
</FilesMatch>