I have setup redirect rules but they are not triggering. I am looking to redirect all traffic from united states that hits my subdomain or any pages in the subdomain to a new page. Here is the expression I have also ran a trace and it is not showing 0 results for single redirects
Upon checking in HTTP Analytics & Tools, it appears the traffics from the United States are hitting the single redirection with HTTP status code 301 Moved Permanently. You can verify this by navigating to Analytics & Logs > HTTP Traffic and applying filters for the specific hostname and country.
Additionally, this behavior is confirmed through internal tools, where the traffic terminates at the http_request_dynamic_redirect phase. For more information about the request processing phases, you can review through the documentation here: Phases list · Cloudflare Ruleset Engine docs
If your goal is to restrict access to the subdomain to users solely from the United States, consider adjusting the configuration for Country from equals to is not in. You can deploy and monitor the outcome.