Search results

  1. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    This is not a algorithm for the crawler. Crawler has no algorithm. It's only a small cURL function that requests defined URLs. Check function crawlUrls.
  2. serpent_driver

    Confused which Site Owner Plus from which category

    Price for LiteMage depends on which version you want to buy. Click on Order Now button and select caching dropdown.
  3. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    Why to crawl all URLs (paths)? If URL has a proper redirection there is absolutely no need to cache a URL that redirects to another URL. If there is a redirection with proper status code 302 or 301 such requests will not be cached, so you can't cache such URLs.
  4. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    /index.php?route=product/product&path=24&product_id=28 1st GET Parameter --> route=product 2nd GET Parameter --> path=24 3rd GET Parameter --> product_id=28 I can't tell you if rewriting behaviour of OpenCart causes any malfunction of crawler. I can only tell you that in some cases...
  5. serpent_driver

    Allow IP address from text file in htaccess

    If you have no access to LS settings, you can't have LiteSpeed Enterprise. OpenLiteSpeed is for free and the most used LiteSpeed version for hosting companies and for low budget hostings like WPX. Your need to include text file in .htaccess doesn't work, neither in LSWS, OLS nor any other...
  6. serpent_driver

    Allow IP address from text file in htaccess

    There is no version 2.4xxxxxxx
  7. serpent_driver

    Allow IP address from text file in htaccess

    LiteSpeed V7.7 ? There is no such version! You mean version 1.7 and this is OpenLiteSpeed, not LiteSpeed Enterprise. For OpenLiteSpeed this is very you belong to: https://forum.openlitespeed.org/ This forum is for LiteSpeed Enterprise.
  8. serpent_driver

    Allow IP address from text file in htaccess

    Change hosting company...... Which version of LiteSpeed webserver do you use? LiteSpeed Enterprise or OpenLiteSpeed?
  9. serpent_driver

    Allow IP address from text file in htaccess

    Use %{HTTP_HOST} instead of %{REMOTE_HOST} like RewriteCond %{HTTP_HOST} ^www\.[^.]+\.example\.com$ RewriteCond %{REQUEST_URI} ^/wp-login\.php$ RewriteRule ^(.*)$ /blackhole.html [L]
  10. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    Lscrawler uses cURL for cache warmup and has "-L" parameter. That means if there is any redirection it follows the redirection URL and caches it, but not URLs before redirection. But undepending from this behaviour, if URLs have more than 1 GET Parameter caching could fail, because it is...
  11. serpent_driver

    [solved] Bug or Feature: LSWS doesn't accept more than 1 response header with the same name

    As I just found out LSWS doesn't accept more than 1 response header with the same name if headers are set with PHP. header (test: test1"); header (test: test2"); .... Only the last header is set. Is it a bug or feature or part of design? Any workaround?
  12. serpent_driver

    What has to be done to get LSWS WAF work?

    For everybody else who has control panel like cPanel/WHM add Comodo rule set to WHM/ModSecurity to extend rule sets: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:waf:comodo
  13. serpent_driver

    What has to be done to get LSWS WAF work?

    You don't proclaim good news..... :(
  14. serpent_driver

    Server setup for best performance Wordpress site

    https://www.litespeedtech.com/support/forum/threads/running-litespeed-on-a-kubernetes-cluster.19216/#post-113676
  15. serpent_driver

    What has to be done to get LSWS WAF work?

    Thank you, but what is about this hint? lsws uses apache config file, doesn't it?
  16. serpent_driver

    TTL Cache for Webp Images

    Add this to your .htaccess Header set Test "test" If everything is okay you must see this test header. If not check AllowOverride setting in httpd.conf. Setting should be: AllowOverride All
  17. serpent_driver

    TTL Cache for Webp Images

    Nothing happens without any reason. There must be any PHP header that sets cache-control. Find it....
  18. serpent_driver

    Activate cache for a specific page

    Okay, you should open a support ticket to get a more qualified support.
  19. serpent_driver

    Activate cache for a specific page

    I found nothing that can cause the issue, but I have a suspicion. Lscache plugin for PrestaShop seems to cache only pages that are categorized like homepage, category pages, product pages and so on. This plugin generates a page/URL that isn't categorized by cache plugin. Therefore this URL will...
Top