Not working on Multisite
-
Hey There,
I cant get this to work on a Multisite installation.
I have on emain site and one site in a subdomain.
Images are loaded from wp-content/uploads/2018 – for the main site.
And wp-content/uploads/sites/2/2018 for the subdomain.If I active adaptive images, all images disappear from the website and even all thumbnails in the media-library are gone.
htaccess says
# BEGIN Adaptive Images
#=======================<IfModule mod_rewrite.c>
RewriteEngine On
# Watched directories
# 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
Any ideas?
The topic ‘Not working on Multisite’ is closed to new replies.