Search results

  1. serpent_driver

    https redirection not working

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

    Uncaught SyntaxError: Unexpected token '<' in GTM

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

    Fox currency switcher geoip cache issue

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  4. 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.
  5. 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/
  6. 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]
  7. 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.
  8. 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...
  9. 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.
  10. 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...
  11. serpent_driver

    Private (Logged in) Cache - Precache with Crawler

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

    WooCommerce, LiteSpeed cache and Mini Cart

    A2Hosting has server locations in Europe.
  13. 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
  14. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

    You have WooCommerce, so the priority is not by the hosting provider, but the kind of hosting. WooCommerce needs a VPS at least, because it is consuming much resources. Shared hosting doesn't meet such requirements.
  15. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

    If you (O2Switch) don't offer much, you can offer cheap hosting plans. That's why you (like many French people) seem to have fallen for the marketing. I have many French customers, but 9 out of 10 always have the same problem with O2Switch.
  16. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

    You are using O2Switch. This hosting provider does not offer a real LiteSpeed environment, as LiteSpeed is installed on a proxy. There is no LiteSpeed web server running on your own server, and therefore no LiteSpeed LScache cache engine. O2Switch therefore does not support Cache Vary. This...
  17. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

    Disable memcached for time being and try again. A link to your site would be helpful. You can also send me the link via PM.
  18. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

    Do you use an addional page cache like CloudFlare cache?
Top