mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
11 lines
No EOL
194 B
ApacheConf
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> |