• Hi there,

    I’ve configured the W3 Total Cache plugin, at CDN – Self Hosted with sub-domain everything is fine only about the thumbnails. I did a command in PHPmyadmin to update the url of attachaments ( i think )
    UPDATE wp_posts SET guid = REPLACE(guid,'http://www.yourdomain.com/wp-content/uploads/','http://images.yourdomain.com/')

    The visitors can’t see the thumbnails, only the logged users ( me , the administrator ) and of course, ’cause for the logged users i’ve checked “Don’t replace URLs for logged in administrators” ( CDN tab ).

    Here are some screenshots :
    1. Non-logged users
    http://i41.tinypic.com/14jrupu.jpg
    2. Logged
    http://i42.tinypic.com/9zm81h.jpg

    The background and the logos are served from the CDN (subdomain), but this thumbnails not.

    Another things are :
    If you enter on my site to check and click on thumbanils to View Location of image you’ll get the url : http://cdn.desene.biz

    And when i’m logged i get the correct url : http://cdn.desene.biz/wp-content/uploads/2011/11/IceAgeAMammothChristmas-195×110.jpg

    🙁 maybe i didn’t write the correct command for the SQL.

    Can you help me please ?!

    Best Regards~

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Raoul

    (@meraoul)

    Any help please ?!

    You actually need to revert that change because W3TC creates cached .html files and modifies the paths to your images etc in that cache file, leaving your web site and the database untouched. When you enable CDN in W3TC (once the settings are configured) it does all of the work for you transparently to beging using your CDN.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin W3 Total Cache] HELP CDN thumbnails dissapear for visitors’ is closed to new replies.