Hello there, I’m new to the forum but been using Cloudflare for a little bit and I need your HELP!
I’ve made a Bulk Redirect List with 255 items because recently we changed our website links and paths and we need to make sure Google won’t punish us that bad lol, but after activating the list, the redirects are not working as I intended. I used 308 Status code as well.
Right - but if theres no DNS entry for ‘blog.clickcardapp.com’, then how do you expect people to be able to get to Cloudflare - to hit the redirect - to be redirected?
You’ll need to create a DNS record on the ‘clickcardapp.com’ zone with ‘blog’ and try again, even if the DNS record is pointing to a dummy entry (off the top of my head its … 127.0.1.1?).
Rather than using an IP from the loopback range (127.0.0.0/8), it is better to use an RFC 5735 address from 192.0.2.0/24, such as 192.0.2.1. the IPv6 adress of 100:: from [RFC 6666[(RFC 6666: A Discard Prefix for IPv6) is another good choice.
The second link cannot work because you have it set to DNS Only. Hostnames need to be using the Cloudflare proxy to take advantage of features like bulk redirects.
They indicate the issue is certificate renewal and my hunch is that they simply don’t know how to configure the appropriate Cloudflare settings to the /.well-known/acme-challenge/ path to ensure a smooth HTTP-01 renewal process.
I use the following settings on my origin sites that use Let’s Encrypt HTTP-01 validation. They may work for you. Standard disclaimers apply.
Caching
Cache Rules:
ACME Challenge
(starts_with(http.request.uri.path, "/.well-known/acme-challenge/"))
Cache status: Bypass cache
Rules
Configuration Rules:
ACME Challenge
(starts_with(http.request.uri.path, "/.well-known/acme-challenge/"))
Automatic HTTPS Rewrites: Off
Browser Integrity Check: Off
Opportunistic Encryption: Off
Security Level Essentially Off
SSL: Off
So if anyone steps into this post in the future, follow the steps in this blog post below and all your problems with Webflow + Cloudflare with the Proxy setting ON will be fixed.