good morning all,
I use wp mu, Contact Form 7 and Really Simple CAPTCHA, but also User Access Manager (UAC) plugin that’s created a htaccess and htpasswd file in wp-content\uploads.
Unfortunately Really Simple CAPTCHA has created a directory in same upload dir, so images captcha are not displayed!
How I can change htaccess?
This is the htaccess content:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L]
</IfModule>
Thanks everyone!