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

Auto update is supported since v1.1.2. If it fails, you can update manually. At the top of your .htaccess file, located in the document root of your PrestaShop installation, add the following:

# LITESPEED_CACHE_START Do not remove this comment line, LiteSpeedCache plugin will automatically update this block
<IfModule LiteSpeed>
CacheLookup on
</IfModule>
# LITESPEED_CACHE_END

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