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
litespeed_wiki:cache:lscps:installation [2018/10/09 17:37]
Lisa Clarke [Installation] Changed download link
litespeed_wiki:cache:lscps:installation [2020/08/11 19:19] (current)
Lisa Clarke Redirect to new Documentation Site
Line 1: Line 1:
-====== Installing & Enabling The LSCache Plugin For PrestaShop ====== +~~REDIRECT>​https://docs.litespeedtech.com/​lscache/lscps/​installation/​~~
- +
- +
-===== Pre-Installation Requirements ===== +
- +
-  * LiteSpeed Web Server Enterprise Edition 5.2.1 Build 7 or higher. +
-  * LSCache Module. (Included with a 2-CPU or higher license. Can be purchased as an add-on for VPS, Ultra VPS, and 1-CPU licenses.) +
- +
-===== Installation ===== +
- +
-  - 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. +
-  - [[https://www.litespeedtech.com/​products/cache-plugins/prestashop-acceleration/​download|Download the LSCPS plugin]]. +
-  - Log in to your PrestaShop Admin, navigate to **Modules > Modules & Services**, and click on **Upload a Module**. +
-  - Select the LSCPS zip file. +
-  - Enable the module by navigating to **LiteSpeed Cache > Settings** and setting **Enable LiteSpeed Cache** to ''​Yes''​. +
- +
-===== .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:​ +
- +
-<​code>​ +
-# LITESPEED_CACHE_START Do not remove this comment line, LiteSpeedCache plugin will automatically update this block +
-<​IfModule LiteSpeed>​ +
-CacheLookup on +
-</IfModule>​ +
-# LITESPEED_CACHE_END +
-</​code>​+
  • Admin
  • Last modified: 2018/10/09 17:37
  • by Lisa Clarke