[Plugin: WP Super Cache] CDN not working (url not replaced)
-
I’ve a website like https://www.example.com, running on Ubuntu server 14.04, Nginx 1.8.1 and PHP 7.0.3.
I’ve enabled the CDN support in W3 Super Cache, with this configuration:
Off-site URL: https://s2.example.com
Include directories: wp-content,wp-includes (default)
Exclude if substring: .php (default)Skip https URLs to avoid “mixed content” errors: unchecked (tried to check it, but nothing changed)
I’ve also tried to add in Additional CNAMES: https://s3.example.com, but the issue persists.
The issue is that no “CDN” url is called, every static content continues to be served from the “www.” instead of “s2.”
The error log doesn’t show any error… Do you have any idea about how I could enable it?
- The topic ‘[Plugin: WP Super Cache] CDN not working (url not replaced)’ is closed to new replies.