WP Fastest cache adding pragma headers to .htaccess
-
These headers are added by WP Fastest cache every time the settings are saved:
Header set Cache-Control “max-age=0, no-cache, no-store, must-revalidate”
Header set Pragma “no-cache”
Header set Expires “Mon, 29 Oct 1923 20:30:00 GMT”These headers cause Cloudflare to not cache using edge cache and/or workers.
Please could you let me know how to stop WP-fastest cache adding these headers to .htaccess (short of 444ing the htaccess file)? Thanks.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘WP Fastest cache adding pragma headers to .htaccess’ is closed to new replies.