I’ve configured a proxied CNAME and I’d like to forward all URLs to the base domain. However the redirect isn’t working. It’s just going to the current server instead.
Here is my CNAME record. I know it’s correct because if I delete it or change it to a non-proxied URL then it works.
Type: CNAME
Name: blog
Target: procad.ie
TTL: auto
Proxy status: Proxied
There’s also an A record for the root domain pointing to the server IP.
Did you have the domain previously with some other provider who might have applied their own Cloudflare integration? If so, some of your domain configuration could be still stuck there and override your own here.
In that case you can only open a support ticket and ask them to clarify why the page rule does not fire even though the configuration should be correct.
They will try to push you back to the community but if that is an issue with Cloudflare - as it seems - that’s something only they can fix and point that out and feel free to refer to this thread as well.
@MoreHelp i can’t get through this and support isn’t really helping if I can’t get help then I need to just not use the proxy but that’s a whole lot of extra stuff I’d rather not do.
Thank you sandro but I already have pushed them and I only receive automated responses. They advised:
If you don’t receive a reply within 72 hours of asking the Community, reply to your own Community post and at mention @MoreHelp to bring your post to our attention.
So tagging an employee here is probably my last hope and at this point I’m just going to move on to using a non-proxied CNAME record and do the redirect directly on the server.
They do occasionally show up for a couple of hours and I will tag them at that point, but I am afraid until then you’ll really have to wait or unproxy. Whatever is stuck can only be fixed by someone with direct access to the system and nobody here expect Cloudflare staff has that.
Yeah, Cloudflare has essentially outsourced support for non-paid plans to the forum but hasn’t taken into account what happens with cases where the community can’t fix it.
In your case we can only analyse the issue, but support will have to push the right buttons.
Whenever a support member shows up, I’ll tag them and they can hopefully “unstuck” your domain.
I had a similar problem pointing from an old domain to a new sub domain. I did edit the A record in the DNS (pointing to the new IP). Then I edited the Nginx default settings (probably about the same for Apache). Works perfect for me:
server {
server_name gowebstatic.tk;
return 301 http://static.go4webdev.org$request_uri;
}
Sure, but you can do most of the Cloudflare “things” on the origin and I assume the OP is aware of that. The issue is about the page rule which does not fire and, assuming the configuration is broken right now, support will generally have to look into this and fix it, as I guess there’ll be more things which won’t work.
All right, I’d assume at least one will show up today, will let them know and I guess getting your account unstuck should be fairly easy. You possibly might have to confirm something in the ticket.