Hello,
I was wondering if there is a way to perform the below example using a “Forwarding URL” page rule.
URL: Example Domain
Redirect to: https://archive.example.com/?p=123
I tried the below but it did not work. Any tips?
URL: Example Domain*
Redirect: https://archive.example.com/?p=$1
sandro
2
Your configuration should actually work like that.
Can you post a screenshot of your rule along with the real domain?
I cannot actually submit the page rule unless the redirect URL was something like that:
https://archive.example.com/$1
When I submit the Redirect URL I mentioned in the previous comment, I get the following message:
Page Rule validation failed: See messages for details. (Code: 1004)
sandro
4
Can you post a screenshot of the dialog where you are trying to define it? I just tried the setup and it seemed to have been accepted.
Oh, perfect! It just worked!
I was doing the below mistake:
URL: *example.com/?p=*
Redirect: https://archive.example.com/?p=$2
I corrected the Page Rule to be as follows:
URL: https://example.com/?p=*
Redirect: https://archive.example.com/?p=$1
Many thanks for the support!
system
Closed
6
This topic was automatically closed after 14 days. New replies are no longer allowed.