Skip to content
LiteSpeed Tech edited this page Oct 9, 2017 · 4 revisions

Welcome to the lscache_prestashop wiki!

Download notes:

If you download the zip file directly from github, please do the following to rename the folder:

  • unzip lscache_prestashop-master.zip
  • mv lscache_prestashop-master litespeedcache
  • zip -r litespeedcache.zip litespeedcache

Then you can use the newly created litespeedcache.zip for uploading.

Server Admin needs to set up cache root

LiteSpeed Cache Root Set up for different platform.

Shop owner needs to adjust .htaccess

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

## LITESPEED CACHE PLUGIN ADDED ##
<IfModule LiteSpeed>
CacheLookup on
</IfModule>
## LITESPEED CACHE PLUGIN ADDED END ##

This part needs to manually do it at the moment, may be automated in future.

Clone this wiki locally