Hi
I want to setup set of redirect URLs like below;
https://docs.abusix.com/ami-production-zones/* -> https://docs.abusix.com/abusix-mail-intelligence/production-zones
and I did setup it like below in page rule
I have setup the cname as well under the orange cloud.
I am not sure why it’s not working. Could you please help me with this.
Calian
June 15, 2022, 6:14pm
#2
Here are some examples, including variables for matching specific pages if that’s your situation:
https://support.cloudflare.com/hc/en-us/articles/4729826525965-Configuring-URL-forwarding-or-redirects-with-Page-Rules
e.g.,
https://docs.abusix.com/ami-production-zones/*
https://docs.abusix.com/abusix-mail-intelligence/production-zones/$1
would redirect
https://docs.abusix.com/ami-production-zones/any-random-page.html
to
https://docs.abusix.com/abusix-mail-intelligence/production-zones/any-random-page.html
OR
https://docs.abusix.com/ami-production-zones/hello.html
https://docs.abusix.com/abusix-mail-intelligence/production-zones/hello.html
would redirect
https://docs.abusix.com/ami-production-zones/hello.html
to
https://docs.abusix.com/abusix-mail-intelligence/production-zones/hello.html
1 Like
@Calian Thanks you. However, my use case is like below so i don’t see a way to match it with your example.
https://docs.abusix.com/ami-production-zones/dblack
page
should redirect to
https://docs.abusix.com/abusix-mail-intelligence/production-zones
page
What I feel is like the redirection does not happen at all.