Search results

  1. serpent_driver

    Errors after clean installation

    Can you post screen capture of "External App" if you open 1 app to edit? The command line setting seems to be wrong.
  2. serpent_driver

    cache-control -> Flush private cache

    Already done, but Lauren broke conversation..... I get no more reaction...
  3. serpent_driver

    cache-control -> Flush private cache

    Yes, but without success. Updating documentation is a good idea! [Update] To get the same function I build a workaround with Client Side Scripting and request a URL that purges private cache if POST is executed. It works, but .js is needed.
  4. serpent_driver

    Headers & Foots Vanished Since WordPress Update Due To LiteSpeed

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  5. serpent_driver

    htaccess

    This forum is for LiteSpeed Enterprise customers. The other forum for OLS users.
  6. serpent_driver

    htaccess

    This is right position, but as I already noticed the code I gave depends on where readme.txt is placed. If it is not in public_html located you must remove ---> ^ <----. If it can't be solved ask OLS support at https://forum.openlitespeed.org/ or CyberPanel support.
  7. serpent_driver

    htaccess

    <FilesMatch> works! Have you restarted OLS? Support for OpenLiteSpeed: https://forum.openlitespeed.org/
  8. serpent_driver

    htaccess

    Try this. This should work if readme.txt is in domain root directory. Otherwise remove ^ <FilesMatch "^(readme)\.txt$"> Order allow,deny Deny from all </FilesMatch> Support for OpenLiteSpeed: https://forum.openlitespeed.org/
  9. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    Please explain how to set cookie with PHP if there is no PHP if page is already cached? PHP and .htaccess can't detect if client accept cookie or not. You can only check if client sends request cookie or not, but only with .htaccess and not with PHP if page is already cached.
  10. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    If page is already cached there is no more PHP to use PHP for UA or Cookie detection. When will you understand that?!
  11. serpent_driver

    The Nonce Problem

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  12. serpent_driver

    cache-control -> Flush private cache

    This thread is still waiting vor answer...
  13. serpent_driver

    cache-control -> Flush private cache

    I have either a missunderstanding or cache-control has a bug or documentation is wrong. It's about cache-control directive and to purge private cache with .htaccess RewriteRule. In LiteSpeed documentation https://docs.litespeedtech.com/lscache/devguide/controls/#cache-control there are usage...
  14. serpent_driver

    Which license to get

    You should better open a support ticket to get qualified answer for this question: https://store.litespeedtech.com/store/submitticket.php?step=2&deptid=1
  15. serpent_driver

    Setting X-Download-Options: noopen - htaccess

    Check this out: https://www.litespeedtech.com/support/forum/threads/how-to-force-a-link-to-download-a-file-instead-of-opening-it-on-the-browser.18966/#post-112308
  16. serpent_driver

    [Solved] Removing X-Turbo-Charged-By header

    The logic says it will be only displayed if your host is connected to a CDN, so again, ask your provider if your host is connected to a CDN.
  17. serpent_driver

    [Solved] Removing X-Turbo-Charged-By header

    Why does it bother you at all?
  18. serpent_driver

    [Solved] Removing X-Turbo-Charged-By header

    Ask you provider...
  19. serpent_driver

    Litespeed and Ezoic

    Yes, I think so, but you could also test it with and without. In worst case disable or remove cache plugin what will increase load time of your page.
Top