If we create a redirect rule as follows.
[[redirects]]
from = “/pricing.html”
to = “/?country=nz”
status = 301
force = true
conditions = {Country = [“nz”]}
Those redirects are fine. I deployed a test happy-poincare-751dfa using them and in both cases when browsing from NZ (via VPN) I was redirected.
Do you have other redirects in the netlify.toml, or in a _redirects file? Rules are processed top down and _redirects first then netlify.toml as per documentation.
Thanks for the help much appreciated. This actually appears to be working now. I’m really not sure what I changed. But it’s resolved. Really appreciate the quick help. You are a wonderful person for helping the community.