Search results

  1. serpent_driver

    Problem with svg files growing in size. Please help

    LiteSpeed Cache plugin doesn't support svg images because these image type is not an image, its's a document, so any advicements to this issue are obsolete.
  2. serpent_driver

    Litespeed issue with wp Travel Engine and/or elementor

    You should read before you post: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  3. serpent_driver

    How can one detect mod_env compatibility in LiteSpeed

    This forum provides you with support related to LiteSpeed Enterprise. If you have OLS then please use OLS support forum. There is no universal solution.
  4. serpent_driver

    How can one detect mod_env compatibility in LiteSpeed

    Again, if you have LiteSpeed Enterprise and not OpenLiteSpeed this script works.
  5. serpent_driver

    How can one detect mod_env compatibility in LiteSpeed

    The script also works with LiteSpeed web server.
  6. serpent_driver

    How can one detect mod_env compatibility in LiteSpeed

    Try this: if (function_exists('apache_get_modules')) { $modules = apache_get_modules(); $module_name = 'mod_env'; if (in_array($module_name, $modules)) { echo "$module_name is loaded."; } else { echo "$module_name is not loaded."; } } else { echo "Function...
  7. serpent_driver

    deploying Node.js on litespeed

    cPanel or CyberPanel? cPanel is not CyberPanel! LiteSpeed Enterprise or OpenLiteSpeed?
  8. serpent_driver

    https redirection not working

    Oh man, this is the reason why all the code doesn't work. cPanel can't be used with OLS! Please use OLS support forum for help. This forum is for LiteSpeed Enterprise only! https://forum.openlitespeed.org/
  9. serpent_driver

    https redirection not working

    This question is actually redundant, but just to be sure, you are using LSWS and not OLS?
  10. serpent_driver

    https redirection not working

    Contact cPanel support. There is something wrong with your cPanel configuration.
  11. serpent_driver

    https redirection not working

    You said that if you enter http://example.com it doesn't redirect to https://example.com, right? Where does it redirect to?
  12. serpent_driver

    https redirection not working

    You must add this code to .htaccess and not to the conf file and replace example.com with the domain name used. RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^www\. RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]
  13. serpent_driver

    https redirection not working

    Check server configuration if AllowOverride is set to All.
  14. serpent_driver

    Uncaught SyntaxError: Unexpected token '<' in GTM

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

    Fox currency switcher geoip cache issue

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

    Changes made won’t save How to change PHP setup

    Please read this: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ FYI: There is not only 1 LiteSpeed cache plugin.
  17. serpent_driver

    Changes made won’t save How to change PHP setup

    There is no free LiteSpeed Enterprise web server. Only OpenLiteSpeed is free, so please verify which version do you use. If it is OpenLiteSpeed use OLS support forum instead. This forum is for LiteSpeed Enterprise only. https://forum.openlitespeed.org/
  18. serpent_driver

    https redirection not working

    RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^www\. RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]
  19. serpent_driver

    Private (Logged in) Cache - Precache with Crawler

    You must see hit, private. If it is only hit then it is not private cache. And again LiteMage doesn't support private cache for logged in users. Only LiteCache can private cache for logged in users.
Top