Search results

  1. serpent_driver

    403 Error on post updating wordpress

    This configuration is not cPanel related. It is part of control panel for LiteSpeed web server, but you can only access this control panel if you are on a dedicated server with a paid license of LiteSpeed web server. If you are on shared hosting you don't have access to this CP. Have you any...
  2. serpent_driver

    Problem with LS Cache PluginWordpress

    LScache plugin support forum at Wordpress is the only official forum where you can get support for this plugin. I searched for "FOMO" at WP support forum, but there is no topic. Did you post at LiteSpeed forum? https://wordpress.org/support/plugin/litespeed-cache/
  3. serpent_driver

    php getevn problem

    You should use OpenLiteSpeed Forum. This forum is only for LiteSpeed Enterprise. https://forum.openlitespeed.org/
  4. serpent_driver

    Possible to ignore some parts of pages from cache?

    ESI works almost everywhere, but the cache plugin for PrestaShop only supports module. You can exclude a specific user like the admin from caching if the admin has a unique cookie. This completely excludes the admin from caching. <IfModule Litespeed> RewriteCond %{HTTP_COOKIE}...
  5. serpent_driver

    Images for Twitter Cards being blocked

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

    Problem with LS Cache PluginWordpress

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

    Simple ajax chat wp plugin cache problem!

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

    EXPIRED HEADERS

    Your server isn't Cloudflare. Your server is LiteSpeed and you use Cloudflare CDN.
  9. serpent_driver

    EXPIRED HEADERS

    The issue is caused by this code: <IfModule mod_expires.c> # Ligue o módulo. Expira Ativo em # Defina os tempos de expiração padrão. ExpiresDefault "acesso mais 2 dias" ExpiresByType image/jpg "acesso mais 1 mês" ExpiresByType image/gif "acesso mais 1 mês" ExpiresByType image/jpeg "acesso mais...
  10. serpent_driver

    EXPIRED HEADERS

    # END Imagify: tipo de arquivo webp # SSL Realmente Simples O cabeçalho sempre define Strict-Transport-Security: "max-age=31536000" env=HTTPS Cabeçalho sempre define Content-Security-Policy "upgrade-insecure-requests" O cabeçalho sempre define X-Content-Type-Options "nosniff" O cabeçalho sempre...
  11. serpent_driver

    EXPIRED HEADERS

    You also have a configuration in your .htaccess that doesn't work that way and would have to be adjusted to use with the LScache plugin.
  12. serpent_driver

    EXPIRED HEADERS

    As already said, you have another plugin installed that is responsible for this issue. Either de-install this plugin or remove the following code from .htaccess. <IfModule mod_expires.c> # Ligue o módulo. Expira Ativo em # Defina os tempos de expiração padrão. ExpiresDefault "acesso mais 2...
  13. serpent_driver

    EXPIRED HEADERS

    Use editor functions to post code
  14. serpent_driver

    EXPIRED HEADERS

    No pdf. Just post it here.
  15. serpent_driver

    EXPIRED HEADERS

    You are using another cache layer (WP-Rocket). Remove it. It is incompatible with LScache plugin!!!
  16. serpent_driver

    EXPIRED HEADERS

    Check your .htaccess and search for "cache-control". There is a custom setting in your .htaccess that must be responsible for it.
  17. serpent_driver

    EXPIRED HEADERS

    You have Wordpress running, so everything you have to do is to use plugin settings. Go to LScache plugin settings: Cache -> Browser cache. Enable it and set a value of: 31536000 That's it.
  18. serpent_driver

    EXPIRED HEADERS

    Expired headers are never missed, so I think you mean cache-control header for static sources like images, css, js and so on?
  19. serpent_driver

    Section background images in Elementor not being changed to Webp

    @thatsmehta For this please use cache plugin support page at Wordpress. This forum doesn't support cache plugin any longer. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  20. serpent_driver

    EXPIRED HEADERS

    English please
Top