DanielEngelhardt
Forum Replies Created
-
Awesome, thanks for responding and taking care that fast
Oh wow, that was a complete misunderstanding from my side. So sorry. Your approach works, thank you so much.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] All images blocked by MC4WPI just commented out all lines in the
.htaccess-file since deletion of the file didn’t help, it gets recreated. So far it doesn’t look like the file gets overwritten, but I’m not a 100% sure when this would happen if it happened.Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] All images blocked by MC4WPSince this file only has something to do with the debug logging, is there a way to just turn off the re-generation of the
.htaccess-File under uploads? I don’t care too much about the log to be honst, I just want my page to keep displaying it’s content properlyForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] All images blocked by MC4WPThe newest one
4.8.1. I just installed it a couple days agoForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] All images blocked by MC4WPThis seems still not to be fixed, I just had a similar issue. In my error.log I can see the message
uploads/.htaccess: Require not allowed hereThe .htaccess looks like this:
# MC4WP Start # Apache 2.2 <IfModule !authz_core_module> <Files mc4wp-debug-log.php> deny from all </Files> </IfModule> # Apache 2.4+ <IfModule authz_core_module> <Files mc4wp-debug-log.php> Require all denied </Files> </IfModule> # MC4WP Endusing Apache/2.4.25 (Debian)