changed the cache directory to the uploads directory update breaks CSS images
-
Hello,
After the 3.1.5 update removed the Cache Location settings and automatically used the uploads directory, our minified CSS files are now looking for linked images on S3. For example:
background-image:url('images/image.svg');
gets rewritten to:
background-image:url(/wp-content/themes/any-theme/images/image.svg);
We store uploaded images on S3 but not theme files, so this update breaks our images because the relative URL rewrite looks for the images on S3.
Having the option to choose the Cache Location was essential to our ability to use FVM. Is is possible to restore this setting or at least to have a filter to modify the Cache Location settings?
Is there another solution to this problem which I may be missing?
Thank you.
- The topic ‘changed the cache directory to the uploads directory update breaks CSS images’ is closed to new replies.