Hi, i m try to cache my site with LiteSpeed can any one give me an help?
We have a A2Hosting Plan with Turbo Web Hosting plane, they have a LiteSpeed Cache disabeled for default, and we can activate it by a internal software, it add some lines into .htaccess like this:
# START A2 LiteSpeed Cache for LEONESHOP USA
# Type: OpenCart
<IfModule LiteSpeed>
CacheEnable public
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^GET|HEAD|PURGE$
RewriteCond %{HTTP_HOST} leoneshopknives.a2hosted.com [NC]
RewriteCond %{REQUEST_URI} !admin|account|checkout|cart [NC]
RewriteCond %{HTTP_COOKIE} !logged_in|cust_logged_in|cart|compare|wishlist [NC]
RewriteCond %{QUERY_STRING} !nocache [NC]
RewriteRule .* - [E=Cache-Control:max-age=900]
</IfModule>
# END A2 LiteSpeed Cache for LEONESHOP USA
My question is if i whant to install your OpenCart Plugin i must edit .htaccess or the module is ready to use?
With this one if i put one item on cart it can t deleted! Also if is selected some url to exclude... Can you help me with LiteSpeed?
Is a New experience for us with LiteSpeed Server, we are making a new site and we always used ngix or apache.