Atšķirības starp "Litespeed cache/en" versijām
No ''Hostnet Wiki''
(Jauna lapa: '''To turn off the LiteSpeed cache, you must do the following. ''') |
(Jauna lapa: #Connect to the .htaccess file and insert the following lines:) |
||
| 8. rindiņa: | 8. rindiņa: | ||
| − | # | + | #Connect to the .htaccess file and insert the following lines: |
<IfModule LiteSpeed> | <IfModule LiteSpeed> | ||
Pašreizējā versija, 2018. gada 16. aprīlis, plkst. 11.23
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>