C B
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CDN url replacement stops workingAh, just realized, that other plugin is looking for content inside wp-content and wp-includes. My folder /includes/ is outside of the those directories. I’ll need to consider relocating some directories potentially.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CDN url replacement stops workingCorrect, I have wordpress pages/posts with <img> tags to content in the /includes/ directory. I was trying to avoid clogging up the Media LIbrary.
Also, in case it matters, the /includes/ directory is at the same level as the wordpress directory.
I’ll check that plugin as well.
/includes/
/wordpress/wp-content/Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CDN url replacement stops workingThe hostnames are faked, but the structure is what I’m hoping to accomplish.
http://www.domain.com/includes/files/small/1245863_barriers.jpg
replaced with
http://x832.r3213.cf98912.rackcdn.com/includes/files/small/1245863_barriers.jpgI have verified that the rackcdn file exists and can be seen by using the direct URL, indicating the plugin successfully uploaded the Custom File directory to the cdn.
In the Custom Files page, I specified.
/includes/* to grab all the file and subdirectories below it.
thanks, an easy solution would be great.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CDN url replacement stops workingThanks fahdi, but I had deployed already. I actually went back to Preview, re-uploaded the custom files and re-deployed. But I still have no URL replacement for those custom files. Other than the custom files, everything seems to be working great.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CDN url replacement stops workingI tried both suggestions. But I still have no URL replacement for those Custom Files, and the “unsuccessful file transfers” queue is empty.
Could it be related to the fact that these directories are *outside* of the wordpress installation folder?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CDN url replacement stops workingThe CDN urls are working for items that were part of the wp-includes and theme uploads, but not for the files contained in folders under Custom Files. The URLS are not being replaced to the CDN, they still point to the original domain.
For instance, under Custom File I have an entry:
/images/*
To grab files from
/images/a/img1.jpg
/images/a/img2.jpg
/images/B/img3.jpg
/images/B/img1.jpgEverything is uploaded flawlessly to the cdn, but none of the URL are replace when I load the web page.
I can access the image by direct URL as well.I have cleared the failed queue as well as deactivated activated the plugin.
Any thoughts why the URL replacement is not working on Custom Files?