Timestamps Differ with Cloudflare active CDN
-
As title says, while having CDN active when I test che cache it returns the error:
The pages do not match! Timestamps differ or were not found!
While bypassing Cloudlfare with developer mode the page matches. Is it a false positive? Otherwise, anyone knows if this error can be avoid anyways with some fix?
It affects all my sites, indeed becvause i’m using in all of them WP Spercache and Cloudflare combined.
P.S. I’ve already try to purge the cache on the CDN but didn’t change the result.
Here it the htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Timestamps Differ with Cloudflare active CDN’ is closed to new replies.