• Resolved geggiot

    (@geggiot)


    I filled-up CDN settings with my Off-site URL and custom directories, but any images is served by CDN Url,instead if i click TEst Cache, cached version of my site has all images served by CND url.
    see here https://bit.ly/fV7xek

    I have already tried to delete browser cache and with another browser.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter geggiot

    (@geggiot)

    any help?

    That’s weird. I guess the best thing to do is use the debug system in the plugin. Also make sure that when a new page is cached, that the cached version is actually served. Maybe some other plugin is interfering somewhere.

    Thread Starter geggiot

    (@geggiot)

    Solved by remove gzip code from my theme

    <?php if (substr_count($_SERVER[‘HTTP_ACCEPT_ENCODING’], ‘gzip’)) ob_start(“ob_gzhandler”); else ob_start(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Super Cache] Cdn rewrite url problem’ is closed to new replies.