Search results

  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
  13. krrish

    openlitespeed cache without plugin not work

    With public cache login not working, the server creates cookies but redirects to my app not done.
  14. krrish

    openlitespeed cache without plugin not work

    so if you check the network tab on my site:: https://www.arabchat.mobi, you will see only domain / has return x-Litespeed-cache: hit/miss remaining links not have any header response
  15. krrish

    openlitespeed cache without plugin not work

    This rule works only on domain / but all CSS/js /images can't get any cache from openlitespeed > is it normal? <IfModule litespeed> CacheLookup on RewriteEngine On RewriteCond %{REQUEST_URI} !/admin/ [NC] RewriteRule .* - [E=cache-control:max-age=120] </IfModule>
  16. krrish

    openlitespeed cache without plugin not work

    I have this now x-litespeed-cache: miss but only on the index.php page or the site's main page, but for an asset like JS, CSS is not shown in the header response.
  17. krrish

    openlitespeed cache without plugin not work

    If I set the CDN cache control, my openlitespeed cache does not work. I don't see also cache time. I was set up for 2 min.
Top