Hi,
I would like to stop my site from being cached by browser. Under Apache, I would add following into .htaccess:
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
Will this work with LiteSpeed server?
Thank you
I would like to stop my site from being cached by browser. Under Apache, I would add following into .htaccess:
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
Will this work with LiteSpeed server?
Thank you