This is an old revision of the document!


Installing & Enabling The LSCache Plugin For PrestaShop

  • LiteSpeed Web Server Enterprise Edition 5.0.10+.
  • 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.)
  1. 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 Web Cache Common Installation Guide.
  2. Disable any other page caches as these will interfere with LSCPS.
  3. Log in to your PrestaShop Admin, navigate to Modules > Modules & Services, and click on Upload a Module.
  4. Select the LSCPS zip file.
  5. Enable the module by navigating to LiteSpeed Cache > Settings and setting Enable LiteSpeed Cache to Yes.

At the top of your .htaccess file, located in the document root of your PrestaShop installation, add the following:

## LITESPEED CACHE PLUGIN  ##

<IfModule LiteSpeed>

RewriteEngine on
CacheLookup Public on

</IfModule>

## LITESPEED CACHE PLUGIN ##
  • Admin
  • Last modified: 2017/07/18 19:48
  • by Lisa Clarke