Contact Form 7 was working perfectly until I upgraded it today. Now the captcha image no longer shows on my accountancy site.
I can see the file on the file system but there is a new (wasnt there before) .htaccess file in there that is blocking it:
Order deny,allow
Deny from all
<Files ~ "^[0-9A-Za-z]+\.(jpeg|gif|png)$">
Allow from all
</Files>
Please can you fix this?