DNS records
Hello, I need your help, how do I set a DNS record that ensures that when I visit test.mydomain.com you end up at https://github.com/semlb06 ?
3 Replies
I want to setup this with DNS and not with cloudflare pages
DNS simply translates a domain into a server IP, you can't make DNS alone send you to another website.
You would have to use a redirect rule, which you can configure in the Dashboard.
Read more about Redirect Rules here: https://developers.cloudflare.com/rules/url-forwarding/
Cloudflare Docs
Redirects · Cloudflare Rules docs
URL forwarding, also known as URL redirection, navigates the user from a source URL to a target URL with a specific HTTP status code.
👍🏻