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
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
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