Files
doitinpoland.com/wp-content/uploads/wpcf7_captcha/.htaccess
2024-03-27 22:39:26 +01:00

6 lines
102 B
ApacheConf

Order deny,allow
Deny from all
<Files ~ "^[0-9A-Za-z]+\.(jpeg|gif|png)$">
Allow from all
</Files>