2 domains in cloudflare, domain B redirect to domain A without a redirect config

What is the name of the domain?

domainA.com domainB.com

What is the issue you’re encountering

I have 2 domains, domainA and domainB after configuring a worker and added both domains to it it’s working. However domainB is redirecting to domainA on it’s own which is weird because i haven’t configured the rules section yet, how to remove the redirection? Thank you

What steps have you taken to resolve the issue?

None

What feature, service or problem is this related to?

I don’t know

What are the steps to reproduce the issue?

Don’t know

Without knowing the domain names, you could troubleshoot and track&trace to see which rule is executed, or rather where the redirection happens using the Trace tool from the Dashboard, adding the URL as an example with the GET request type as follows:

Furthermore, could be a catch somewhere in the:

  1. Page Rules - maybe left from old setup?
  2. Redirect Rules - if some particular configured
  3. Bulk Redirects - if used
  4. Workers - if you’ve used it on domainB since before?
  5. If used WordPress, maybe it’s making such redirection?
  6. Temporary Pause Cloudflare to see if the redirection happens on the origin host/server as well
  7. Cache - Purge Everything on both domains just in case

For sure what we’d need to do is check the HTTP headers to see as well.

2 Likes

Thanks a lot fritex, didn’t know there was a tool for track&trace. Indeed it was a bulk redirects from an old config.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.