Search results

  1. serpent_driver

    problem in lite speed

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

    Litespeed wordpress Buggy

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

    problem in litespeed cash

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

    Oxygen Builder Editor Excluding Litespeed Cache

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

    Litespeed Ubuntu 22 LTS Repository

    Try to get help at LiteSpeed Slack: https://www.litespeedtech.com/slack. Only rarely does a support employee stray into this forum.
  6. serpent_driver

    LiteSpeed Cache issue in PrestaShop 1.7.8+

    Okay, if you have LSWS, open a support ticket and complain about this issue.
  7. serpent_driver

    LiteSpeed Cache issue in PrestaShop 1.7.8+

    You can't compare any other module with LiteSpeed cache module. This module is only a control panel to tell the web server (the web server caches, but not the module) what he has to do. Anyway, you are basically right. It is up to LiteSpeed to fix an issue, but LiteSpeed can't consider every 3rd...
  8. serpent_driver

    LiteSpeed Cache issue in PrestaShop 1.7.8+

    It means what it means. If neither PrestaShop nor Cache Plugin is updated for a long time and nobody is willing to update, then you can't expect that the issue will resolve itself. Sorry, but this is sadly reality. I can't speak for LiteSpeed, but I think an update will be released first if...
  9. serpent_driver

    Litespeed WordPress plugin getting aggressive?

    Check this: https://wordpress.org/support/topic/is-cloudflare-plugin-no-longer-compatible-with-litespeed-cache-plugin/
  10. serpent_driver

    LiteSpeed Cache issue in PrestaShop 1.7.8+

    @elektronen PrestaShop and cache plugin for PrestaShop have been updated more than 1 year ago. What do you expect?
  11. serpent_driver

    Litespeed WordPress plugin getting aggressive?

    It is not only about Cloudflare. LiteSpeed has added a new feature in the current release that checks installed plugins for conflicts with other plugins based on reported issues. In my opinion, this new feature is not about patronizing users or displacing other plugin manufacturers, but about...
  12. serpent_driver

    Plugin update

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

    Homepage of the website is not working properly

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

    Styling randomly breaks

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

    Refresh cache from product ID with cURL

    If you have no other application with LScache running you can purge the entire cache with a blank PHP file. Place this file with a filename of your choice whereever you want and add code below into this file. <?php header("X-LiteSpeed-Purge:*"); Execute this file in your browser and the...
  16. serpent_driver

    Refresh cache from product ID with cURL

    Basically yes, but it is no good idea only to "refresh" the affected product page(s). Information about a product can be displayed everywhere in an online shop?! Did you consider that?
  17. serpent_driver

    Simple ajax chat wp plugin cache problem

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

    SSL and www redirect.

    It depends on the request. If user types in http://www.domain.com there are 2 redirects. If he enters https://www.domain.com it is only one redirection. Unfortunately this cannot be prevented.
  19. serpent_driver

    SSL and www redirect.

    This will redirect all requests with http to https RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] And this will redirect all requests with www. to no non www. RewriteCond %{HTTP_HOST} ^www\. RewriteRule ^(.*)$ https://domain.com/$1 [R=301,L]...
  20. serpent_driver

    menu on Mobile version isn't working

    If you have cache plugin for Wordpress, read this: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ Otherwise a link to your page and information about what kind of plugin you use would be very helpful.
Top