Hi,
I tried using the LiteSpeed Cache on my WHMCS site, its using a WHMCS template as well.
So i was trying to enable cache on this, when i noticed some issues, like users not really getting logget out when pressing log out (it says log out, but when they hit login, they just get logged back in) and so on, it works like a charm without the LiteSpeed Cache..
this was my .htaccess file
I tried sooo many things, but nothing is working for me.
Site address is https://www.webgail.com
Im not sure what im missing here...
Thanks in advance,
Bo.
I tried using the LiteSpeed Cache on my WHMCS site, its using a WHMCS template as well.
So i was trying to enable cache on this, when i noticed some issues, like users not really getting logget out when pressing log out (it says log out, but when they hit login, they just get logged back in) and so on, it works like a charm without the LiteSpeed Cache..
this was my .htaccess file
Code:
<IfModule litespeed>
CacheLookup on
RewriteEngine on
RewriteRule .* - [E=Cache-Control:no-autoflush]
RewriteRule .* - [E=Cache-Vary:sb-login]
RewriteCond %{ORG_REQ_URI} !/admin
RewriteCond %{ORG_REQ_URI} !/supportboard
</IfModule>
Site address is https://www.webgail.com
Im not sure what im missing here...
Thanks in advance,
Bo.