Search results

  1. serpent_driver

    Activate cache for a specific page

    And your .htaccess please.
  2. 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?
  3. 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?
  4. 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.
  5. 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.
  6. 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?
  7. serpent_driver

    Problem with LiteSpeed in Wordpress

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

    Version 3.5.2 Update: Crashed Our Header/Footer

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

    What has to be done to get LSWS WAF work?

    I have LiteSpeed WAF enabled, but there is no log file with log level 9?! As I know from ModSecurity in WHM (currently disabled) there are frequently attacks, so why is there no log file with LS WAF? What else has to be done to get it work? Do I have to add rules?
  10. serpent_driver

    ERR_TOO_MANY_REDIRECTS

    This is all you need RewriteCond %{SERVER_PORT}:%{HTTP_HOST} !^443:www\. RewriteRule ^(.*)$ https://www.upfotos.com/$1 [R=301,L] Don't forget to restart OLS. OLS must be restarted after .htaccess has been changed.
  11. serpent_driver

    TTL Cache for Webp Images

    Cache-Control header is the one and only method to control browser cache. If issue still exists check if new settings are really active. Disable CDN or purge CDN cache if you use a CDN. You use a plugin for optimizing .htaccess, disable it or purge settings. Check .htaccess or PHP settings for...
  12. serpent_driver

    TTL Cache for Webp Images

    Remove #<IfModule mod_headers.c> # Header append Cache-Control "public" # <FilesMatch ".(js|css|xml|gz|html)$"> # Header append Vary: Accept-Encoding # </FilesMatch> #</IfModule> and add
  13. serpent_driver

    TTL Cache for Webp Images

    Add or remove file types as you need it. <FilesMatch "\.(jpg|JPG|jpeg|jpe?g|webp|woff|woff2|png|css|js|gif|ico|ttf|eot|ico|svg)$"> Header set Cache-Control "max-age=31536000, public" </FilesMatch>
  14. serpent_driver

    Invalid link at https://www.litespeedtech.com/

    Check link at LiteSpeed homepage to LiteSpeed blog on the bottom of homepage "The ForceSecureCookie Directive"
  15. serpent_driver

    Invalid SSL Certificate at https://http3check.net/

    Check invalid certificate at https://http3check.net/
  16. serpent_driver

    Compress Archive

    Documentation is your friend.... https://www.litespeedtech.com/docs/webserver/config/slog
  17. serpent_driver

    Compress Archive

    https://www.loggly.com/ultimate-guide/apache-logging-basics/ http://httpd.apache.org/docs/current/mod/mod_log_config.html https://linuxize.com/post/apache-log-files/ .....
  18. serpent_driver

    Compress Archive

    https://forums.cyberpanel.net/
Top