Root Custom Domains

So the static site hosting, I have been testing out and liking it so far. However, other than leveraging Cloudflare Page Rules to forward the root domain to www subdomain, is there another way to redirect or route on the root domain level? I don’t use cloudflare for all my domains, so their re-write wouldn’t work for some of my projects…

Just curious…

Hello @hack13,
Welcome to the forum!

You may also use a reverse proxy like nginx to do a redirect, or your current web-server (configure the root location to redirect to www with 301, 302 or better 308 code).
Some DNS providers give this feature too (but this is not standard, it’s a combination of DNS manipulation and web-server/reverse proxy with redirect under the hood).