Redirect propagation

What is the name of the domain?

uiuc.life

What is the issue you’re encountering

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?

I don’t know

What DNS record does uiuc.life point to in your Cloudflare DNS?

Can you show a screenshot of your Redirect Rule.


I’ll also post an image of how the rule is set up for redirect.

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.

1 Like

where do i put the 100::

Screenshot 2025-06-20 at 16.12.51

ahh, thank you

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