I’m having the same problem after updating the Mailchimp for WordPress plugin:
Error log:
/sites/mysite.ext/www/wp-content/uploads/.htaccess: </Files>#> directive missing closing '>', referer: https://www.google.com/
.
I’ve fixed it by removing below code, since my .htaccess already blocked .php files:
# MC4WP Start
<Files mc4wp-debug-log.php>
deny from all
</Files>
# MC4WP End