I want to access my domain via www without redirection

What is the name of the domain?

aryanrai.in

What is the issue you’re encountering

I want to access my domain via www without redirection. I have configured redirection rule but I still want to access my site using this fqdn > https://www.aryanrai.in

What steps have you taken to resolve the issue?

I have tested by configuring cname, A record but still not working. please help

Screenshot of the error

If you don’t want to redirect, you can instead…

  1. Set a CNAME DNS record pointing to aryanrai.in, you will need to make sure your origin is configured to answer for the domain and the SSL certificate there covers it.

or

  1. You can use a Worker (or preferably a Snippet if you are on a paid plan) to proxy the www request. A proxied DNS record for www AAAA 100:: will be needed, then you can use this code… Change origin and modify paths · Cloudflare Rules docs
2 Likes

This topic was automatically closed after 15 days. New replies are no longer allowed.