Search results

  1. LiteCache

    How to install ionCube 13 in PHP 8.1??

    This will help to use the AWR Plugin for WordPress to use AVIF replacement/conversion for the LSCWP cache plugin. Thanks a lot! https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Image-Conversion-for-LiteSpeed-LScache::6574.html
  2. LiteCache

    inclusion of http error code in openlitespeed

    @technotic Did you also check this? https://www.cachecrawler.com/WP-Plugins/WP-Plugin-avif-webp-Image-Conversion-for-LiteSpeed-LScache::6574.html
  3. LiteCache

    inclusion of http error code in openlitespeed

    You don't have to learn programming. Let others do this job, just try to understand the code. This helps a lot to qualify developers work and also helps to find reasons if a plugin or theme doesn't work as expected.
  4. LiteCache

    inclusion of http error code in openlitespeed

    There is only compatibility for PHP 7.4 to 8.1. Support for PHP > 8.1 will only be possible at the end of this year because we also want to support PHP 8.3, which IonCube is currently unable to guarantee.
  5. LiteCache

    inclusion of http error code in openlitespeed

    Never! Tesla has copied it.... ;)
  6. LiteCache

    inclusion of http error code in openlitespeed

    Make your own fun. :) <?php http_response_code(418); echo "<!DOCTYPE html> <html lang='en'> <head> <meta charset='UTF-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <title>I'm a teapot</title> <style> body { font-family: Arial...
  7. LiteCache

    inclusion of http error code in openlitespeed

    Maybe this is the reason why this status code isn't available.... https://www.rfc-editor.org/rfc/rfc9110.html#name-418-unused https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml#http-status-codes-1
  8. LiteCache

    Multiple lsphp with high CPU usage

    @Rhino Page optimization is not free. If a page is not yet cached, then optimization causes a higher load. This is especially true, but not only, for the LiteSpeed cache plugin. The more optimization functions you use, the higher the load.
  9. LiteCache

    detect external loop redirection with target URL rewrite error for wp-admin

    @dsTravis Check .htaccess files in /wp-content, /wp-admin
  10. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    CloudFlare is the better way to block unwanted access. ModSecurity and .htaccess always causes a high load to drop unwanted access, but CF don't have WAF functions to check headers like it is described in the posted link. The question is what do you prefer. Best blocking method? Use htaccess...
  11. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    Try using 'facebookexternalhit' instead of only 'facebook'. btw. You should read this: https://forum.openlitespeed.org/threads/how-to-block-unwanted-traffic-easily-but-effectively-and-without-waf-or-cloudflare.5989/
  12. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    I can't see facebookexternalhit UA in this code?!
  13. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    @admiral504 Ignore FaceBook (MugBook)! FB thinks primarily of itself. This is especially true when it comes to AI functions. This means that the Facebook bot obtains (scrapes) content from websites in order to keep users on the FB website in order to earn money. That's why I blocked the...
  14. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    @admiral504 You should not use ModSecurity to limit the number of requests per unit of time, as this will cause a high load. If FB Bot is a legitimate bot, then this bot respects robots.txt and you can use robots.txt to limit the crawl frequency for FB Bot...
  15. LiteCache

    https redirect issue

    https://www.litespeedtech.com/support/forum/threads/https-redirection-not-working.23173/post-130055
  16. LiteCache

    https redirect issue

    @Cold-Egg @ggcristian didn't tell you that he uses cPanel, so I think this is the problem?!
  17. LiteCache

    Assistance Required with ModSecurity Rule Compatibility for OpenLiteSpeed

    @admiral504 Just for testing, try 403 instead of 429 to check if OLS supports ErrorDocument 429.
  18. LiteCache

    Setting up a subdomain without WordPress

    Do you use a WP backup for the subdomain installation?
  19. LiteCache

    Setting up a subdomain without WordPress

    Ports have nothing to do with any CMS and is therefore not a WordPress attribute!
Top