Hi All,
I am trying to use the page-rules to perform redirect from one subdomain to another
Page Rule ( Working ): just for the subdomain
abc.cloud.com/*
Forwarding URL (Status Code: 301 - Permanent Redirect, Url: https://abc.newcloud.com/$1
)
However, I need to do this for multiple subdomains and all of them would follow the above redirect scenario
i.e abc.cloud.com/* , xyz.cloud.com/*, def.cloud.com/* etc they should get redirected to https://abc.newcloud.com , xyz.newcloud.com/ , def.newcloud.com etc
I tried the page rule for single subdomain and is working as expected
However looking to consolidate under one rule
Not working -
*.cloud.com/*
Forwarding URL (Status Code: 301 - Permanent Redirect, Url: https://$1.newcloud.com/$2)
The above rule is not working, not sure what I am missing, could you please advise, thanks