Forwarding from the apex to www

I want to redirect all non www requests to www. Here what I have tried:
9 Replies
Questionmark
QuestionmarkOP2y ago
I have a Cloudflare Pages website on a custom domain.
Questionmark
QuestionmarkOP2y ago
here is my DNS settings
No description
Questionmark
QuestionmarkOP2y ago
and then I have a Page Rule:
Questionmark
QuestionmarkOP2y ago
No description
Questionmark
QuestionmarkOP2y ago
No description
Questionmark
QuestionmarkOP2y ago
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?
Chaika
Chaika2y ago
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
Chaika
Chaika2y ago
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
No description
Questionmark
QuestionmarkOP2y ago
@Chaika Yea it is working. Thank you. I was about give up u saved me lol

Did you find this page helpful?