What record cloudflare record is equivalent to a URL redirect record

Hi, I am looking for the URL redirect record equivalent.

Is it URI?

If so, is the priority=1 equivalent to Top priority?

What should the weighting be for top priority.

Thanks in advance

A redirect needs two things:

A DNS entry for the hostname. (If you are redirecting a complete hostname this can be a dummy A or AAAA record, the origin IP does not matter)

A page rule to do the Forwarding. (You could also use a Worker, but Page Rules are more common)

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