Naked domain does not redirect while redirecting one domain to another domain with https:// in front

Hi I have one page rule as,

*mydomain.com.tr/* redirects to https://mydomain.com/$2

it all works well and redirects when I enter www.mydomain.com.tr , mydomain.com.tr , https://www.mydomain.com.tr in the browser’s address bar.

But, when I enter https:// in front on the naked domain as https://mydomain.com.tr on the address bar it gets DNS_PROBE_FINISHED_NXDOMAIN.

what could be the reason for it?

Thank you in advance.

I would be sceptical with a such page rule, that has the very first character as an asterisk, as it should also be matching https://, and create thereby have the potential of creating a redirect loop.

That said, -

The fact that www works, sounds like you have created the proper AAAA, A or CNAME record(s) for the www subdomain.

This one typically means that you haven’t created the proper AAAA or A record(s) for the naked domain itself.

Can you share the domain name?

I have found out that the A record didnt propagate. I deleted the record and recreated it. Now it works well.

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