Search results

  1. 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?
  2. 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]
  3. 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...
  4. 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?
  5. 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
  6. serpent_driver

    What has to be done to get LSWS WAF work?

    You don't proclaim good news..... :(
  7. 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
  8. 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?
  9. 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
  10. serpent_driver

    TTL Cache for Webp Images

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

    Activate cache for a specific page

    Okay, you should open a support ticket to get a more qualified support.
  12. 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...
  13. serpent_driver

    Activate cache for a specific page

    And your .htaccess please.
  14. serpent_driver

    Activate cache for a specific page

    I just checked your page again. Your complete shop has no-cache header, not only the page you are talking about. Have you enabled cache plugin?
  15. serpent_driver

    Activate cache for a specific page

    There is another tab for customizing (3rd tab). What about this? Would please post screenshots from all tabs?
  16. serpent_driver

    Activate cache for a specific page

    If this page is excluded, you can't overwrite this exclude setting. Cache plugin for PrestaShop has no settings to force caching for specific URLs. Check black list in configuration tab or/and customize tab if this plugin is listed.
  17. serpent_driver

    Activate cache for a specific page

    Check your settings in LScache plugin. From outer view there is no reason why this page can't be cached, but btw. 17 MB for a single page is toooo much.
  18. serpent_driver

    Activate cache for a specific page

    Would you please explain again what you need? To cache a specific page or to exclude a specific page from beeing cached?
  19. serpent_driver

    Problem with LiteSpeed in Wordpress

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