1. It doesn't matter. - If you hit `example.com` then the cache rule will be applied. - If you h

  1. It doesn't matter.
    • If you hit
      example.com
      then the cache rule will be applied.
    • If you hit
      www.example.com
      then you will be redirected to
      example.com
      , after which all the rules will run again and so the cache rule will be applied also.
  2. You need to have it on the
    example.com
    (it's correct right now), not
    www.example.com
    , because having it on
    www.example.com
    will simply cache the redirect and not the page.
Was this page helpful?