Point Domain to SubDomain

What is the name of the domain?

mccandy.org

What is the issue you’re encountering

Want to point domain to redirect to subdomain

What feature, service or problem is this related to?

I don’t know

What are the steps to reproduce the issue?

I want xxxx.xx to re-direct to xxx.xxx.xxx. I’m new to Cloudflare so I’m not sure exactly how to do this.

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:

And then you configure a Redirect Rule like this:

https://dash.cloudflare.com/?to=/:account/:zone/rules/redirect-rules

Your visitors will then be redirected from https://example.com to https://www.example.com by Cloudflare.

1 Like

Thank you so much! Your response was exactly what I needed and it worked instantly and perfectly! :slight_smile:

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