View Single Post
  #15  
Old 07-15-2011, 01:39 PM
freeballt freeballt is offline
Member
 
Join Date: Apr 2011
Posts: 38
Quote:
Originally Posted by ihstiv View Post
Knowing this, does it still make sense to leave this line as-is:
RewriteRule ^(.+)$ vbseo.php [L,QSA]

..or would it be better to change it to this?
RewriteRule ^(.+)$ vbseo.php [QSA]

Cheers
I'm wondering the same thing.

I also tested this on 3.8.4 and it doesn't seem to execute this: "header('X-LiteSpeed-Cache-Control: no-cache');"

Many of my users are complaining about being logged out, and when I look at it in firebug it doesn't seem to have no-cache in response.

I also had to disable the plugin because if a user is IP banned, it will show an IP banned message to other users.

Last edited by freeballt; 07-15-2011 at 02:06 PM..
Reply With Quote