Litespeed cache

No ''Hostnet Wiki''
Versija 2018. gada 16. aprīlis, plkst. 11.23, kādu to atstāja Gatis (Diskusija | devums) (Jauna lapa: #Connect to the .htaccess file and insert the following lines:)

(izmaiņas) ← Senāka versija | skatīt pašreizējo versiju (izmaiņas) | Jaunāka versija → (izmaiņas)
Pārlēkt uz: navigācija, meklēt
Citas valodas:
English • ‎latviešu • ‎русский


How to disable LiteSpeed Cache?

To turn off the LiteSpeed cache, you must do the following.


  1. Connect to the .htaccess file and insert the following lines:
<IfModule LiteSpeed>
CacheDisable
CacheDisable private
RewriteRule (.*) - [E=Cache-Control:no-cache]
</IfModule>