Activate cache for a specific page

Jinesh

Well-Known Member
#1
Hi, I have a particular page that is not cached. The rest of the site is, but this is from a promotions module I just installed.

I tried this but it doesn't work. I still have 'x-litespeed-cache-control: no-cache'.
https://100001.onl/ https://1921681254.mx/
RewriteRule promo/page-slag - [E=cache-control:max-age=3600]

I have tried even:
CacheEnable public /promo/page-slag
 
Last edited:

Pong

Administrator
Staff member
#2
What's your application? How did you enable cache? Please don't mix different type of enabling since it may conflict with each other. For example, if it is a Wordpress, and you have already use LSCWP, you need to work within LSCWP to find a solution. Mixing with rewrite rule may conflict each other unless you know it doesn't conflict and it is something from our tutorial. If so, please quote the link of the doc you refer to.
 
Top