Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:cache:lscps:installation [2017/10/05 18:33]
Lisa Clarke [Pre-Installation Requirements] Updated LSWS version
litespeed_wiki:cache:lscps:installation [2017/10/09 21:51]
Lauren Song [.htaccess Update]
Line 11: Line 11:
   - Configure server- and/or virtual-host-level cache root and cache policy by selecting your setup in the Web Server Configuration section of the **[[litespeed_wiki:​cache:​common_installation#​web_server_configuration|LiteSpeed Web Cache Common Installation Guide]]**.   - Configure server- and/or virtual-host-level cache root and cache policy by selecting your setup in the Web Server Configuration section of the **[[litespeed_wiki:​cache:​common_installation#​web_server_configuration|LiteSpeed Web Cache Common Installation Guide]]**.
   - Disable any other page caches as these will interfere with LSCPS.   - Disable any other page caches as these will interfere with LSCPS.
-  - [[https://​www.litespeedtech.com/​packages/​prestashop/​litespeedcache-1.1.0.zip|Download the LSCPS plugin]].+  - [[https://​www.litespeedtech.com/​packages/​prestashop/​litespeedcache.zip|Download the LSCPS plugin]].
   - Log in to your PrestaShop Admin, navigate to **Modules > Modules & Services**, and click on **Upload a Module**.   - Log in to your PrestaShop Admin, navigate to **Modules > Modules & Services**, and click on **Upload a Module**.
   - Select the LSCPS zip file.   - Select the LSCPS zip file.
Line 17: Line 17:
  
 ===== .htaccess Update ===== ===== .htaccess Update =====
 +
 +When you enable or disable LiteSpeed Cache from the plugin, ''​.htaccess''​ file should be automatically updated. If the update failed, most time due to file permission, you can update it manually.
  
 At the top of your ''​.htaccess''​ file, located in the document root of your PrestaShop installation,​ add the following: At the top of your ''​.htaccess''​ file, located in the document root of your PrestaShop installation,​ add the following:
  
 <​code>​ <​code>​
-## LITESPEED CACHE PLUGIN ​ ## +LITESPEED_CACHE_START Do not remove this comment line, LiteSpeedCache plugin will automatically update this block
 <​IfModule LiteSpeed>​ <​IfModule LiteSpeed>​
 CacheLookup on CacheLookup on
 </​IfModule>​ </​IfModule>​
- +LITESPEED_CACHE_END
-## LITESPEED CACHE PLUGIN ##+
 </​code>​ </​code>​
  • Admin
  • Last modified: 2020/08/11 19:19
  • by Lisa Clarke