Search results

  1. serpent_driver

    Missing headers

    This setting should not exist, because HTTP response headers should always be generated first before rendering the message body. I don't know what was the programmer thinking when he generated this function....?! Anyway, leave it enabled and it works now, right?
  2. serpent_driver

    Missing headers

    I don't know this plugin in detail and also don't know what this setting is good for, because all other cache plugins don't have this setting. Where in plugin control panel can this setting be found?
  3. 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?
  4. 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...
  5. 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'];
  6. 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...
  7. serpent_driver

    Missing headers

    Would you provide us with a link to your page?
  8. 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.
  9. 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/
  10. 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
  11. 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...
  12. 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.
  13. 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.
  14. serpent_driver

    Woocommerce notices issue

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

    Woocommerce notices issue

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

    Purge Cache at 00 o'clock

    Ask them.. Complain Let me do some tests, but not before middle of next month.
  17. 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...
  18. 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...
  19. 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.)...
Top