#Forwarding from the apex to www

12 messages · Page 1 of 1 (latest)

sleek sigil
#

I want to redirect all non www requests to www. Here what I have tried:

#

I have a Cloudflare Pages website on a custom domain.

#

here is my DNS settings

#

and then I have a Page Rule:

#

when I go the website like https://www.seabeya.com it works

#

when I do https://seabeya.com it doesn't?

#

Am I missing something?

rough hearth
# sleek sigil here is my DNS settings

You need to create a DNS Record so the traffic hits Cloudflare.
Create AAAA @ 100:: Proxied
100:: is IPv6 Discard, basically saying if your Page Rule doesn't handle the traffic, don't try to connect to a non-existent origin. It's proxied so even though it's IPv6, CF will support both IPv4 and IPv6 Visitors.
add it and wait a few mins for DNS Cache

#

Looks like you added it, works for me now
thanks for including screenshots btw, made it very easy to identify what you were missing lol

sleek sigil
#

@rough hearth Yea it is working. Thank you.