Search results

  1. serpent_driver

    deploying Node.js on litespeed

    cPanel or CyberPanel? cPanel is not CyberPanel! LiteSpeed Enterprise or OpenLiteSpeed?
  2. 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/
  3. serpent_driver

    https redirection not working

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

    https redirection not working

    Contact cPanel support. There is something wrong with your cPanel configuration.
  5. 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?
  6. 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]
  7. serpent_driver

    https redirection not working

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

    Uncaught SyntaxError: Unexpected token '<' in GTM

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

    Fox currency switcher geoip cache issue

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  10. 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.
  11. 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/
  12. 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]
  13. 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.
  14. serpent_driver

    LSWS native Access question

    1. Create .htpasswd outside of public_html htpasswd -c /path/to/password_file/.htpasswd user1 htpasswd /path/to/password_file/.htpasswd user2 htpasswd /path/to/password_file/.htpasswd user3 .... 2. Modify root .htaccess AuthType Basic AuthName "Restricted Area" AuthUserFile...
  15. serpent_driver

    Private (Logged in) Cache - Precache with Crawler

    No, it isn't possible, because cache plugin for WordPress doesn't provide private cache for roles. This is public cache with different cache vary for roles.
  16. serpent_driver

    Private (Logged in) Cache - Precache with Crawler

    As far as I know LiteMage doesn't offer private cache for logged in users. Even it would be possible to provide private cache there is no technical way to warmup the cache for each customer, because private cache means that every customer has an own (private) cache copy. Also warmup the private...
  17. serpent_driver

    Private (Logged in) Cache - Precache with Crawler

    What are you talking about? Private cache or warming up the private cache?
  18. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

    A2Hosting has server locations in Europe.
  19. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

    Try A2Hosting. A2 is an authorized LiteSpeed hosting partner without any restrictions and powerfull shared hosting and should be okay for WooCommerce. Check A2Hosting
Top