-
-
Notifications
You must be signed in to change notification settings - Fork 47
"Never cache the following pages" option not working #544
Comments
mhh... the main difference between original and fixed version is: we support regular expression. Maybe your uri match some regex? you can provide an exaple of "Never cache the following pages" input? |
Hello there, I'm trying to disable cache on some specific pages and the option "Never cache the following pages:" seems not to be applied. My pages I don't want cached are in the setting option i've set:
But the pages still return the headers: Expires:Thu, 21 Dec 2017 00:57:32 GMT ----> How can I disable caching on these pages? Note: these are forms pages where users POST the page, and they get back the cached empty page. So the site is totally broken :) Thanks, PS: I'm getting this problem with both the W3tc standard (which says it supports regular expression as well?) and the fixed version. |
easy. |
@P5hngMeAwy unfortunately it's not working for me, even after adding |
Hello @devdz |
I have tried with the original w3tc plugin, and the "Never cache the following pages:" working fine for me. But with this fixed version, it's not working.
I want to prevent w3tc (fixed) plugin from caching certain pages. How to do it? is there any other workaround available?
The text was updated successfully, but these errors were encountered: