Search results

  1. serpent_driver

    Missing headers

    Okay, if you also have placed the LS code on top of .htaccess I have no idea what is going wrong. But still one question: Did you enable LScache in plugin?
  2. serpent_driver

    Missing headers

    Also do: Edit .htaccess and change: CacheLookup on to: CacheLookup public on and place the complete LS code on top of the .htaccess ### LITESPEED_CACHE_START - Do not remove this line <IfModule LiteSpeed> CacheLookup public on ## Uncomment the following directives if you has a separate...
  3. serpent_driver

    Missing headers

    Please create a blank PHP file, copy the code below in this file and request it. If done please post what is displayed. <?php echo $_SERVER['X-LSCACHE'];
  4. serpent_driver

    Image names being changed by LiteSpeed breaks image links and I get "404 Not Found nginx" (examples included)

    With a very high probability, yes, because LiteSpeed adds some rules to .htaccess. nginx doesn't use .htaccess. There is nothing broken. LiteSpeed Cache plugin needs LiteSpeed webserver for many, but not all features. If you have Shared Hosting you can't replace nginx with LiteSpeed, so you...
  5. serpent_driver

    Missing headers

    Would you provide us with a link to your page?
  6. serpent_driver

    Image names being changed by LiteSpeed breaks image links and I get "404 Not Found nginx" (examples included)

    You need to have LiteSpeed web server running to use all features from cache plugin.
  7. serpent_driver

    The js files generated by litespeed cache take up huge hard disk space

    Post this issue at Wordpress plugin support page. This forum doesn't support LSCWP cache plugin any longer. https://www.litespeedtech.com/support/forum/threads/have-a-question-about-the-wordpress-plugin.17040/
  8. serpent_driver

    The js files generated by litespeed cache take up huge hard disk space

    This issue has been solved. Please upgrade to the most recent stable version of the plugin. https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/#disk-space-filling-fast
  9. serpent_driver

    Missing headers

    Do you have any firewall or .htaccess rule set that blocks "HEAD" request method? These are typical LScache headers, but in normal case they are not visible if a page is cached. The most important header: x-litespeed-cache: hit|miss is missed. This header returns the status if a page is...
  10. serpent_driver

    Purge Cache at 00 o'clock

    I am "fighting" since years without success.... NOPE, It has to be done with http methods, not PHP.
  11. serpent_driver

    Disruption between Digits plugin and LightSpeed

    You have already posted this issue at WP plugin support page where you only get support for cache plugin.
  12. serpent_driver

    Woocommerce notices issue

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

    Woocommerce notices issue

    Already tried to purge the cache....?
  14. serpent_driver

    Purge Cache at 00 o'clock

    Ask them.. Complain Let me do some tests, but not before middle of next month.
  15. serpent_driver

    Index customisation LightSpeeds emulation of Apache's mod_autoindex doesn't work properly any more

    I can only repeat me, LiteSpeed follows Apache directive. If you think it doesn't, study Apache configuration and try to find find out what has to be done to get the same behaviour with LiteSpeed. If your provider says they have done nothing different you can believe it or not. And of course...
  16. serpent_driver

    Index customisation LightSpeeds emulation of Apache's mod_autoindex doesn't work properly any more

    It seems your provider has a different configuration with LiteSpeed as with you previous web server. Basically LiteSpeed follows Apache directive for directory listing. If it is different with LiteSpeed you should ask your host provider what he has done or what he has configured different with...
  17. serpent_driver

    Change file extension

    @Menashay 1.) You have cache plugin for Wordpress. This forum doesn't support this plugin any longer. Read this to get more information about how and where to get support for this plugin: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ 2.)...
  18. serpent_driver

    Index customisation LightSpeeds emulation of Apache's mod_autoindex doesn't work properly any more

    Would you provide us with a little bit more information about your "custom" directory listing? Do you set any configuration in your .htaccess or what exactly did you do?
  19. serpent_driver

    Enable RewriteLog

    No, it is completely different. PrestaShop generates a huuuuuge number of different images and stores them in a huuuuge number of different directories. A png image makes no difference to jpg images, but it seems PrestaShops priorize jpeg's and that's why there is no rewrite rule for png to...
  20. serpent_driver

    Enable RewriteLog

    @AndreyPopov This will also not work. It needs a unique Rewrite Condition to not to conflict with the current image rewriting method. In my mind the current image rewriting rules should only be extended from: RewriteCond %{HTTP_ACCEPT} image/webp RewriteRule...
Top