Disable quick cache on a per site basis with multisite
-
Hello,
From the documentation I understand that it’s possible to disable Quick Cache in certain scenarios.
Tip: Quick Cache can be disabled temporarily. […] you can set a flag within your PHP code to disable the cache engine at runtime. Perhaps on a specific page, or in a specific scenario. In your PHP script, set: $_SERVER[‘QUICK_CACHE_ALLOWED’] = FALSE; or define(‘QUICK_CACHE_ALLOWED’, FALSE). Quick Cache is also compatible with: define(‘DONOTCACHEPAGE’, TRUE). […]
I’m sure this also works in a multisite setup, but where would I set these rules if I wanted to disable Quick Cache for a specific site?
I hope someone can point me in the right direction.
Many thanks!
- The topic ‘Disable quick cache on a per site basis with multisite’ is closed to new replies.