Hi - I’m trying to setup Cloudflare with the following outcome:
I want “ . example . net” traffic to connect to my webapp (currently achieved using CNAME with wildcard (*) targeting my public facing load balancer.
I want “www . example . net” to redirect to a landing page on a different domain (currently achieved using redirect rules)
I want bare / apex domain “example . net” to redirect to a landing page on a different domain if possible (ex: www . example . com / about.html) - current not working
As noted - the last one is the one I can’t figure out. I’ve tried various attempts at both DNS entries and redirect rules but nothing seems to work.