Search results

  1. serpent_driver

    Cloudflare edge services with LS

    Is this question WordPress related?
  2. serpent_driver

    Hostinger Issue

    This is the crucial sentence! If the cache function cannot be deactivated so that you can only use the CDN as a proxy without a cache, then you can no longer use the Hostinger CDN because the CDN cache is the mother of all problems if a page cache is also used on the origin. Deactivate the...
  3. serpent_driver

    503 Service Unavailable

    As you can read in the documentation on 503, 503 errors are PHP related or are caused by PHP malfunctions. If there was an error in LiteSpeed, it would not trigger a 503 error. You must therefore check the relevant error log files to find out the cause. Your host provider should know what to do...
  4. serpent_driver

    Domain Key Issue

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

    LSCache v6.3 for WordPress Now Available [Update]

    LiteSpeed has made numerous improvements with version 6.3. However, LiteSpeed or their external employees who actually program the cache plugin for WordPress seem to ignore the many bugs in this plugin. Why add new features if the faulty functions of the last 5 years are not fixed, let alone...
  6. serpent_driver

    503 Service Unavailable

    https://docs.litespeedtech.com/lsws/extapp/php/troubleshooting/503/
  7. serpent_driver

    Block Wordpress media folder

    However, you are encouraging other users to install even more plugins. It may be convenient to be able to solve a problem with a plugin, but as already mentioned, every additional plugin creates new problems that would not have existed without the additional plugin being installed. A lot of...
  8. serpent_driver

    Block Wordpress media folder

    You don't need an extra plugin for every little thing. Every additional plugin just makes your site slower. Apache and LiteSpeed provide you with everything you need with just a few lines of code.
  9. serpent_driver

    Hostinger Issue

    Yes, disable CDN cache in every case.
  10. serpent_driver

    Hostinger Issue

    You can use the CDN for proxy usage, but not the CDN cache, because 1 cache (LiteSpeed) plus 1 cache (Hostinger) is not 2 cache! If you use both cache at a time you always serve outdated content because the cache of both is not synchronized and this is the reason why you can't purge the cache at...
  11. serpent_driver

    Hostinger Issue

    Only CDN or CDN Cache as well?
  12. serpent_driver

    Hostinger Issue

    Do you have Hostinger CDN cache enabled?
  13. serpent_driver

    Cart/favorites/comparsion counter problem.

    The LiteSpeed Cache plugin was programmed specifically for the PrestaShop standard theme. When using a different theme, functionality cannot be guaranteed. However, the support of the standard theme is already inadequate, so that even with this theme, malfunctions can occur, as PrestaShop can...
  14. serpent_driver

    Block Wordpress media folder

    Try this: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP:Cookie} !wordpress_logged_in_ [NC] RewriteCond %{REQUEST_URI} ^/wp-content/uploads/([0-9]{4}/[0-9]{2}/.*\.(jpg|jpeg|png|gif|bmp|webp))$ [NC] RewriteRule . /index.php?aam-media=1 [L] </IfModule> Notice: You...
  15. serpent_driver

    How to use hole punching in magento 2?

    Who is talking about fairness? It's all about the fact that LiteSpeed apparently doesn't have the manpower to publish the features, but also the special features and their outstanding advantages. This creates a significant discrepancy. If LiteSpeed invested more in publishing the advantages of...
  16. serpent_driver

    Errors when using negative ttl for hole punching

    Please use LiteSpeed Slack to get extended support for your need. https://www.litespeedtech.com/slack
Top