-
Notifications
You must be signed in to change notification settings - Fork 19
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.zipmv lscache_prestashop-master litespeedcachezip -r litespeedcache.zip litespeedcache
Then you can use the newly created litespeedcache.zip for uploading.
LiteSpeed Cache Root Set up for different platform.
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.