Litespeed cache
No ''Hostnet Wiki''
How to disable LiteSpeed Cache?
To turn off the LiteSpeed cache, you must do the following.
- Connect to the .htaccess file and insert the following lines:
<IfModule LiteSpeed> CacheDisable CacheDisable private RewriteRule (.*) - [E=Cache-Control:no-cache] </IfModule>