How to disable LiteSpeed cache? Print

  • litespeed, cache
  • 88

LiteSpeed has made a built-in cache functionality that can be easily disable if needed.

If your hosting plan has LiteSpeed cache enabled by default, locate and open your ".htaccess" file. Paste the following code to the top of the file:

<IfModule LiteSpeed>
CacheDisable public /
CacheDisable private /
</IfModule>

Save your ".htaccess" file.

LiteSpeed cache should now be disabled.


Was this answer helpful?

« Back