Redirecting domain

What is the name of the domain?

hunaid.io

What is the issue you’re encountering

I want to forward the domain to another existing Github web page

What steps have you taken to resolve the issue?

I have set up URL forwarding in page rules but my DNS records are empty. I am a bit new to this so can someone tell me where should I point my A target to as I want redirect the domain to github.com. IS that possible?

What feature, service or problem is this related to?

I don’t know

You would most likely want to look at Redirect Rules instead.

You’ll make the DNS record for the apex (naked domain) be like this:

Type: AAAA
Name: @, or example.com
IPv6 address: 100::
Proxy status: :orange: Proxied:

If you also want the www (sub-)domain to redirect, you’ll do the same there:

Type: AAAA
Name: www, or www.example.com
IPv6 address: 100::
Proxy status: :orange: Proxied:

1 Like

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