I want to redirect all urls undefined in dns to the www entry.
Ex.// blarg.domain.com => www.domain.com
I know I can use page rules to redirect, but if I do a rule like this:
*domain.com => www.domain.com
It will create an infinite loop of redirects.
We can use the * A record to point to a server, and do the redirect there, but it would be nice if it is possible to do it within Cloudflare.
thanks.