I just set up cloudflare and I made a redirect rule for my website at uiuc.life but for some reason my domain is still parked and it isn’t redirecting users to the site I want it to. I only set the redirect rule 15 minutes ago, what happens if i wait longer and it doesn’t work? Should I wait longer, and how do I know if I set it up right?
What feature, service or problem is this related to?
Change the request URL so it is *uiuc.life instead of *.uiuc.life as otherwise it can’t match uiuc.life (no leading dot).
You can use this to catch http as well in the same rule… http*://*uiuc.life/*
If you are redirecting for all pages, it’s better also to change the records for uiuc.life and * to proxied AAAA 100::. This will remind you that you are redirecting and prevent requests from following the IP addresses if the redirect should be broken again.
You can also remove the 2 NS records as they do nothing.