Search results

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

    Purge Cache at 00 o'clock

    @LuigiMdg Sorry, no information what Events or Controllers are good for. This module for PrestaShop is strange and seems to be unfinished. Code and functions exist, but can't be used because other functions are missing. Anybody from LiteSpeed should either rebuild or finish it, but it also...
  5. serpent_driver

    Problem with css desktop/mobile version

    @dmartinez FYI: The code of the plugin has all functions to make Mobile View and some other features of the plugin work, but a function to write cache varies into .htaccess is missing, so this plugin seems to be unfinished.
  6. serpent_driver

    Enable RewriteLog

    Hey colleague, now I know what you want after you posted the almost complete code about image rewriting. How can we help you if you don't even tell us what software it is? If you have to pull everything out of your nose, nothing can come of it.
  7. serpent_driver

    Enable RewriteLog

    Your comment about @AndreyPopov in other post. :) So I use your comment because I feel like I'm talking to a wall. ;)
  8. serpent_driver

    403 Forbidden Access to this resource on the server is denied

    This means what it means. Access to requested source is forbidden, so you have any configuration that doesn't allow access to cp_errordocument.shtml, but this error comes from cPanel and not from LiteSpeed and that's maybe why you don't have any error entry in log file.
  9. serpent_driver

    403 Forbidden Access to this resource on the server is denied

    There is a conflict between cPanel and LiteSpeed and each of both said the other one did a missconfiguration. This conflict goes back to year 200*, but this error isn't a real error, but it is confusing everyone. LiteSpeed displays an error_document (403,404,500, ....) and cPanel expects this...
  10. serpent_driver

    Enable RewriteLog

    @LuigiMdg "I feel like I'm talking to a wall" said @LuigiMdg
  11. serpent_driver

    Enable RewriteLog

    You already have what you need. Copy & Paste your code and replace .jpg with .png. That's it.
  12. serpent_driver

    Enable RewriteLog

    @LuigiMdg Sorry, I should have explained my rule . It works different as yours and isn't applicable for your case, because you have different directory name for each kind of image type, so forget it. But what I meant it was to test your rule with different accept headers. curl is your friend! :)
  13. serpent_driver

    Enable RewriteLog

    If there is a redirection, then redirection works and if it works, then there is no error. If only redirect location is wrong, then either your rule must be wrong or request header for Accept contains values that causes the redirection. Why don't you do what I suggested?
  14. serpent_driver

    Enable RewriteLog

    @LuigiMdg Why do you expect any error? To proof if your rule works you only have to set different request accept header. The one with Accept/webp and the other one without. But indepently from this, LSWS is very tolerant related to wrong .htaccess rules. Depending on your HTML code turn the...
  15. serpent_driver

    Purge Cache at 00 o'clock

    I DM you, check your inbox
  16. serpent_driver

    Purge Cache at 00 o'clock

    Both, because a complete page can be cached and an ESI hole as well, but most of the time with different cache parameters. To understand this it requires to understand what ESI is?
  17. serpent_driver

    Purge Cache at 00 o'clock

    Means you can use cache tags to purge the cache of everything. Want to see a demo for OpenCart?
  18. serpent_driver

    Purge Cache at 00 o'clock

    Nevertheless, there is a method to purge cache of ESI holes, but not with curl.
  19. serpent_driver

    putty connection

    https://www.google.com/search?q=configure+ssh+port
Top