Due to the way that page rules work you will need to make sure that the URL you are trying to access is proxied through Cloudflare. Otherwise page rules will still exist but they’ll be unable to do their job.
It should be pointing to host/origin server.
He had this extra step because source location (subdomain) wasn’t flowing through Cloudflare. It was gray cloud or missing entry instead of orange one.
Not sure if I have to do an A record for this. I have everything setup and working fine for the main domain, with a wildcard sending everything to a home page. But I want to set up a forward to a Facebook group for those that enter domain/forum. I setup the forward and made it rule #1, thinking that Cloudflare looks at this rule first and then the second. But no forwarding happens for /forum. Here’s a screenshot.
Just tested and it appears to work for me. Now the way the rule is written it works for www.advisormastery.com/forum, but not for the bare root advisormastery.com/forum. It also won’t work for /forum/ with the trailing slash… so you might add a * after forum.
You could adjust the rule to advisormastery.com/forum to catch a broader set if that makes sense for your use case.
GREAT advice. I will do just that. I guess I just needed to wait longer for the DNS to update or something, but your suggestion about going without the www and adding the wildcard is perfect! Thanks!
doh… formatting in the forum software took off a proceeding * before advisormastery (with no period before it will match both www and the bare root domain) and a trailing * after the word forum. Sorry I didn’t notice as I posted.
Hi, hopping into this thread because I’m facing similar problems. I’m trying to do the exact same thing and I’m a little confused about setting up the subdomain.
I’m not sure what is meant by:
It should be pointing to host/origin server.
Is it possible to point my subdomain to an outside URL (A google drive link)? And if so, when setting up the subdomain, what do I put as the IP address? I’m currently hosting on Github Pages, and using the IP address I use for the main domain brings up an error from Github. Completely new to this so I don’t know what I’m doing haha
Quoted part means hosting IP, in your case Github pages IP, since you don’t have your own server. The same one as your domain, if you set it up with “A” record. If you used ANAME or ALIAS, then CF team will give you correct answer.
I am not sure what kind of setup you are making, so I am not sure will it work.
Is it possible to point my subdomain to an outside URL (A google drive link)?
Yes you can, in the page rule URL just type the Google Drive URL.
DNS for your root domain isn’t orange and that’s what you’re trying to redirect. It’s going straight to the origin, so Cloudflare isn’t able ot act on it with a page rule.