I’m seeing the same thing on my multi-site network: main site works as expected; subdirectory site (I have only one set up so far) only uses the CDN for the theme files.
Is this something I have configured incorrectly?
my offsite address is specialstuffxxx.cloudfront.com/en for the subdirectory site
—-
Nevermind. Mine is working. I had forgotten to add files to the list of directories; after adding that, I cleared/deleted the cache and now it works.
Sorry for resurrecting an old thread, but @nicollb, can you explain what you mean by “add files to the list of directories”? I’m having this problem now and an explanation of this solution would certainly help me!
Thanks,
Lauren
Laurenng: It took a minute to figure out what I meant, but I think I can explain:
Under the CDN tab (WP-Supercache settings) there is a place to put the Include Directories: I had forgotten to add “files” to the list of included directories.
My setting now reads: wp-content,wp-includes,files
When you have a multisite set up, at least on mine, the url (path) for things like images, etc, is not …/wp-content/… , it is sitename/files/…
Example: http://cdn1.famvin.org/en/files/2012/09/vinFormation-ad-smaller2.png
if this were the top-level is would read: http://cdn1.famvin.org/wp-content/uploads/2012/09/vinFormation-ad-smaller2.png (that image doesn’t exist at this level on my network.)
Thanks for the reply @nicollb! That helped me out a bit!
I’m using a sub-directories install, so my set up needed wp-content/uploads/sites/* to be in the list of included directories.
It correctly has my CDN pull all my in-post images, but not the featured images nor any image I’ve added into the sidebar. Looks like I must have another problem I’m dealing with – but I appreciate your help in this one!
Best,
Lauren