Sure, thanks for your time!.
# BEGIN Adaptive Images
#=======================
<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
RewriteCond %{REQUEST_URI} /wp-content/uploads [OR]
RewriteCond %{REQUEST_URI} /wp-content/themes
# Redirect images through the adaptive images script
RewriteRule \.(?:jpe?g|gif|png)$ /wp-content/plugins/adaptive-images/adaptive-images-script.php [L]
</IfModule>
# END Adaptive Images
So I need to ask my Hosting provider to turn off varnish or at least on all images request?
Adaptive Images for WordPress will nope work with Varnish?
Hello Takis!,
Thanks for quick response.
I tried to enabled CDN Support. No Luck. I also tried to deactivate CDN. No luck.
CDN is turned off on the website now, if you want to check again. Thanks.
Other ideas?
BR, Steffan