SOLVED | how do i make my domain redirect to another website
SOLVED
4 Replies
Either use redirect rules, or if those don’t work, then just have a web server that redirects you to somewhere else. These would probably be the easiest to set up:
Python(requires Flask):
node.js(requires express):
Cloudflare Docs
Redirect one domain to another
If you have an alias domain that only forwards traffic to another domain (that is, the domain does not have an associated origin server of its own), you can set up redirects directly within Cloudflare.
thank you!!! after searching found one lol
You’re welcome.