Hi Nicola,
Broken site. Not good! ?? That explains why active installations dropped from 30+ to less than 10. I’m surprised though, because I tested on about 5 sites before uploading. Well. I must focus on that issue first, then.
Anyway, I have done some thought and research regarding security plugins. I’m realizing that I more than a tweak to the plugin to avoid problems with security plugins. WebP Express currently saves its options to the .htaccess file, so images are routed to a script, WITH THE OPTIONS APPENDED as a querystring. WPC has a URL option, so if using that converter, the querystring will contain “http”, which security plugins don’t like. But even the path to the image, which is also put in the querystring, may contain something a security plugin don’t like. That depends on the filenames and paths of the images.
So, I need to pass the options in another way. I’m considering to save them in a php file, which then gets included by the image converter. I see that Wordfence uses that method of saving and loading settings (so it cannot be entirely off)
Thanks for staying in this conversation ??
Best,
Bj?rn