[Plugin: FlexiCache] Images broken on Standalone cached pages
-
Hi,
I’m testing FlexiCache on a domain mapped Multisite install, and it appears that the WP 3.0+ behavior of aliasing the real path to the uploaded files directory to a shorter, more cosmetic one is breaking the display of images in standalone mode.For example, on my main site the path to the site logo in the uploaded files directory is:
https://www.main_domain.com/wp-content/blogs.dir/1/files/site_logo.png
and those images display properly.On my sub-site the real path is:
https://www.mapped_domain.com/wp-content/blogs.dir/2/files/site_logo.png
but is rewritten by WordPress to appear to be:
https://www.mapped_domain.com/files/site_logo.png
and the images on those pages are broken.I assume FlexiCache is taking the paths as delivered by WordPress and writing them into the static files. The problem is that in standalone mode, when FlexiCache serves the files WordPress is not handling the requests and rewriting the short files/ path to the real wp-content/blogs.dir/2/files/ path.
I guess the only way my configuration would work in standalone would be for FlexiCache to query WordPress for the true paths to the files and then rewrite them into the static files as they’re built.
Non-standalone works correctly, and very well, as far as I can tell.
Regards
- The topic ‘[Plugin: FlexiCache] Images broken on Standalone cached pages’ is closed to new replies.