Atšķirības starp "Litespeed cache/en" versijām

No ''Hostnet Wiki''
Pārlēkt uz: navigācija, meklēt
(Jauna lapa: Litespeed cache)
 
(Jauna lapa: #Connect to the .htaccess file and insert the following lines:)
 
(2 starpversijas, ko mainījis viens dalībnieks, nav parādītas)
2. rindiņa: 2. rindiņa:
  
  
= '''Kā izslēgt LiteSpeed Cache?''' =
+
= '''How to disable LiteSpeed Cache?''' =
  
  
'''Lai izslēgtu LiteSpeed cache, ir jāveic šādas darbības.'''
+
'''To turn off the LiteSpeed cache, you must do the following. '''
  
  
#Pieslēdzieties .htaccess failam un uzkopējiet sekojošas rindas:
+
#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

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>