Recent content by krrish

  1. krrish

    openlitespeed cache without plugin not work

    with this rules no x-litespeed-cache : miss/hit <IfModule litespeed> CacheLookup on RewriteEngine On RewriteCond %{REQUEST_URI} ^/admin/ [NC] RewriteRule .* - [E=Cache-Control:no-cache] RewriteCond %{HTTP_COOKIE} (bc_lang|bc_userid|bc_utk) [NC] RewriteRule .* - [E=cache-control...
  2. krrish

    openlitespeed cache without plugin not work

    For now, I disabled CDN, and everything running well as login in so what i should do in context page
  3. krrish

    openlitespeed cache without plugin not work

    in my chat app, any user has cookies so the session not destroy, and if the user clicks logout so cookies will be unset and the session destroyed
  4. krrish

    openlitespeed cache without plugin not work

    but if i edit this line RewriteRule .* - [E=cache-control:max-age=120] to be RewriteRule .* - [E=cache-control: private,max-age=120] x-LiteSpeed-cache : unset from header
  5. krrish

    openlitespeed cache without plugin not work

    yes I disable the public cache at all from the OLS cache module because my site it's about users' login page only
  6. krrish

    openlitespeed cache without plugin not work

    but before I temporarily disable the CDN I set these rewrite rules, and I found there was no problem until now. <IfModule litespeed> CacheLookup on RewriteEngine On RewriteCond %{REQUEST_URI} !/login.php [NC] RewriteRule .* - [E=cache-control:max-age=120] </IfModule> Could...
  7. krrish

    openlitespeed cache without plugin not work

    i didn't make context before, so it must be set up. Also, i see CDN modify my header and add cache control for css/js. What if I make the context will not conflict with CDN?
  8. krrish

    openlitespeed cache without plugin not work

    that in htaccess too ?
  9. krrish

    openlitespeed cache without plugin not work

    I have three cookie names set up after login.
  10. krrish

    openlitespeed cache without plugin not work

    something I don't understand at the Chrome browser chat script is working without a problem but Firefox cached the page and never changed it even if you click the country flag at the top right of the page must content change to your language
  11. krrish

    openlitespeed cache without plugin not work

    yes you can check that login as a Guest, and you will see the problem https://www.arabgirls.chat And if you set any Query string you will see the chat inside like https://www.arabgirls.chat/?v=1 for example
  12. krrish

    openlitespeed cache without plugin not work

    But with also private cache, i got a problem with login
Top