Thread Starter
sqlwiz
(@sqlwiz)
No, this is a different case. HTML in the post content, IMG tags in the HMTL.
Thread Starter
sqlwiz
(@sqlwiz)
To wrap up the initial issue for anyone with a similar problem.
We run wp-admin on a different server behind the firewall, therefore the file path stored in the attachment post meta data does not match the value of basedir for the blog when accessed by an external viewer.
That is why we are seeing strange urls in the gallery at run time, but not in the admin. In addition, WordPress apparently fixes the urls when serving the files, since this was not a problem until we enabled the cdn. But it is not a w3-total-cache problem.
The fix we implemented was a filter for “wp_get_attachment_url” to remove the file path inserted by the remote wp-admin.
Thread Starter
sqlwiz
(@sqlwiz)
Hi Frederick,
I don’t believe we’ve made any changes. Having said that, I’ve just seen different (normal) behavior in another install, so I’ll have to research the current settings and plugins.