Was wondering if anyone can help me out here! I have been trying for days to setup page rules - url forwarding with the below configuration with no luck. Can someone with experience with this can tell me what I am doing wrong please.
Where did you get the IP addresses for your site? Those belong to Cloudflare.
Delete one of those “A” records. Change the other one to an IP address of 192.0.2.1.
Delete the CNAME for ‘www’ and make it an “A” record with the same IP address as above.
I believe Dom may have had a suggestion for that Page Rule, saying it should probably match *balaheadache.com/* so everything redirects to the wun.vc site. And you probably don’t need the $1, so delete that.
Yes, they are. We run our web on Bubble.io that uses cloud flare. We wanted to move the DNS server to cloud flare so we can have access to the page rules. Do you think that can cause a conflict? Hosting the DNS on cloud flare and the app CDN on cloud flare as well.
So to summarize Bubble instructs us to add those IPs to the DNS configuration. I can try to delete one and see if that helps.
As for the domain redirect we wanted the subdomain to forward to the wun domain. So for example *.balaheadache.com > wun.vc/id/$1
That’s a very strange setup…but if that’s what they tell you to do, then stick with it.
What this would do is forward BLAH.balaheadache.com/ to wun.vc/id/BLAH (The $1 is a copy of the first *). And it would not match BLAH.balaheadache.com/whatever because it’s only matching a URL that ends with a / after your hostname. You’d need to put a * after that final /, and then change the $1 to a $2 so it copies the second *.