Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you unchecked the options: “Host wp-includes/ files” and “Host active theme files”?

    Thread Starter Stelios

    (@djstelios)

    No, because I want to use the CDN to serve the theme and wp-includes files!
    In fact, I’m so thrilled of the plugin than I’m also trying to find a solution (reading the code) to use the CDN for the .js .css and image files of plugins directory.

    The reason why I asked, is because if you have hard-coded URI’s to your CDN the plugin cannot deal with them. All URIs would need to be local for the plugin to “redirect” them in the final HTML output.

    I’m so thrilled of the plugin than I’m also trying to find a solution (reading the code) to use the CDN for the .js .css and image files of plugins directory.

    Use custom files input box and use a regular expression if necessary for any other special cases. But in general you will want to minify those files so that their combined, optimized and sent with better headers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: W3 Total Cache] Bug in “Replace domain in URL with:” ?’ is closed to new replies.