Search results

  1. serpent_driver

    Problem with ceche

    I don't speak ukrainian
  2. serpent_driver

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

    Yes, but we are talking about PHP, not .htaccess. Either LSWS doesn't allow to set headers with the same name or I don't know how to "append" headers with the same name in PHP, but different value.
  3. serpent_driver

    Problem with ceche

    Application?
  4. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    I already answered your questions. If a URL has a redirection like /index.php?route=product/product&product_id=28 to short URL crawler follows this redirection and caches the redirected URL (short URL), but not /index.php?route=product/product&product_id=28 It doesn't matter if crawler does...
  5. serpent_driver

    LScache internal crawler(recache) and SEO urls question

    Yes, this is the crawler function, simple and fast, but absolutely no algorithm..... ;) Learn cURL and build your own crawler. Only 1 line of PHP code is needed. https://curl.se/
  6. serpent_driver

    Confused which Site Owner Plus from which category

    You should open a support ticket to get qualified support for these questions.
  7. 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.
  8. 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.
  9. 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.
  10. 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...
  11. 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...
  12. serpent_driver

    Allow IP address from text file in htaccess

    There is no version 2.4xxxxxxx
  13. 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.
  14. 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?
  15. 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]
  16. 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...
  17. 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?
  18. 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
  19. serpent_driver

    What has to be done to get LSWS WAF work?

    You don't proclaim good news..... :(
Top