• Resolved Jon

    (@jonjimenezgarrido)


    LiteSpeed Cache keeps Simple Cookie Control from working correctly. Any tips on how to solve this?
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sumapress

    (@sumapress)

    Try to avoid cache on the cookie: SimpleCookieControl

    In order to LiteSpeed documentation put on your .htaccess something like:

    <IfModule LiteSpeed>
    RewriteEngine on
    CacheLookup on
    RewriteRule .* - [E=Cache-Control:no-autoflush]
    RewriteRule .* - [E=Cache-Vary:SimpleCookieControl]

    please, make before a backup! ??

    Thread Starter Jon

    (@jonjimenezgarrido)

    It worked like a charm. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with LiteSpeed Caché Plugin’ is closed to new replies.