Search results

  1. serpent_driver

    [Solved] See Mobile version while viewing from desktop device

    You will find the solution if you read the comment on top of your .htaccess.....
  2. serpent_driver

    Magic curl option for fast recache and small lscache size

    Ich will check it (for you) if you are right.
  3. serpent_driver

    Magic curl option for fast recache and small lscache size

    Yes, but I think this is for if you request a non-SEO URL to redirect to SEO URL. In your case I would check it at least access_log to verfiy if there is no redirection.
  4. serpent_driver

    Can't Password Protect wp-login

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

    Error at configuration-Failed to communicate with QUIC.cloud server

    You should ask for support either at Q LiteSpeed cache plugin for WP or Slack: https://wordpress.org/support/plugin/litespeed-cache/ https://golitespeed.slack.com This forum doesn't support Wordpress cache plugin or Quic.cloud
  6. serpent_driver

    (NOW FIXED)

    As I already told you, all codes from above are working codes. If they do not work for you something must be wrong with setup for domain and subdomain configuration. Nobody can help you if this configuration unknown, but try it at StackOverflow.
  7. serpent_driver

    Magic curl option for fast recache and small lscache size

    Okay, then you should check which kind of URLs are generated or did you already checked it?
  8. serpent_driver

    Magic curl option for fast recache and small lscache size

    I don't know if can go shure. I only see your code. Maybe I am wrong or I overlooked the SEO part. Nevertheless, if there are SEO URLs add the single curl parameter for to CURLOPT_NOBODY to reduce request times.
  9. serpent_driver

    Magic curl option for fast recache and small lscache size

    And this the "magic" behind https://check.lscache.io wget -q -S -O - "https://www.priazha-shop.com" > /dev/null or with curl curl -D - https://www.priazha-shop.com -o /dev/null
  10. serpent_driver

    Magic curl option for fast recache and small lscache size

    So Mr. Super Warmup Cache Crawler Master, below you will see what is wrong with your code and your super deluxe recache warmup script. The first code is the default code taken from lscache module for Opencart, but modified by Mr. Super Warmup Cache Crawler Master with Accept Encoding Header...
  11. serpent_driver

    Magic curl option for fast recache and small lscache size

    If client (curl) sends "Accept-Encoding: gzip,deflate,br" request header, LScache will compress cache files, but this compression is different to compression for data transfer compression, so it doesn't matter if you use gzip, deflate or br. Cache file compression is always the same, but if you...
  12. serpent_driver

    (NOW FIXED)

    All codes you tried from above are working codes. There is nothing special on it. If they do not work at your server something must be wrong with domain and subdomain configuration. Check if subdomains and .tld domain have same document_root.
  13. serpent_driver

    (NOW FIXED)

    What if you only set a redirection without any condition, but that expects that each subdomain has its own document_root? RewriteRule ^(.*)$ https://example.com/$1 [L,R=301]
  14. serpent_driver

    (NOW FIXED)

    You could post your .htaccess?
  15. serpent_driver

    (NOW FIXED)

    If you have OLS any changes in .htaccess will only apply if OLS has been restarted!
  16. serpent_driver

    (NOW FIXED)

    Try this: RewriteCond %{HTTP_HOST} !^example\.com$ [NC] RewriteRule ^(.*)$ https://example.com/$1 [L,R=301,QSA] Place it on top of .htaccess. If you have OLS instead of LSWS you must restart OLS to apply changes.
  17. serpent_driver

    Purge Cache at 00 o'clock

    @LuigiMdg Why don't you do what I suggested? It does exactly what you want to get! https://www.litespeedtech.com/support/forum/threads/purge-cache-at-00-oclock.20713/post-119895
  18. serpent_driver

    How to cut question mark with htaccess

    You have rewrite rules in your .htacess that come from other cache plugins and these rules affects queries in URL, so you have to clean and reset it to default .htaccess. Otherwise there is no way to find a solution. Use Wordpress default .htaccess and remove anything else. If done and if you...
  19. serpent_driver

    Dropshipping Webstore Settings to Litespeed Cache Config

    The one who can read always win. :) https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
Top