Litespeed Cache issues with vBulletin

MentaL

Well-Known Member
#1
Unsure if its a bug with my setup or the latest 5.0. When cache is enabled the homepage will always show users as logged out.

htaccess
Code:
RewriteCond %{HTTP_COOKIE} !rz_imloggedin=yes
RewriteCond %{HTTP_COOKIE} !rz_userid=
RewriteCond %{HTTP_COOKIE} !rz_password=
RewriteCond %{REQUEST_METHOD} ^HEAD|GET$
RewriteCond %{REQUEST_URI} !^/(login|register|usercp|private|profile|cron|image)\.php$
RewriteCond %{REQUEST_URI} !^/admincp
RewriteRule (.*) - [E=Cache-Control:max-age=120]
it seems rz_imloggedin is being ignored.

regards.
 
Top