-
Notifications
You must be signed in to change notification settings - Fork 16
Home
LiteSpeed Tech edited this page Oct 9, 2017
·
4 revisions
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.
LiteSpeed Cache Root Set up for different platform.
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.