How do I set up path forwarding along with domain forwarding?
Basically, I want example.net to forward to example.com
but I also need any of the additional paths to forward also. for example:
I need example.net/help to forward to example.com/help
How do I set up path forwarding along with domain forwarding?
Basically, I want example.net to forward to example.com
but I also need any of the additional paths to forward also. for example:
I need example.net/help to forward to example.com/help
In the Page Rule for example.net, you want something like the following:
In the URL (Source) there are two wildcards *
. In the destination URL, the first wildcard can be referenced as $1
and the second as $2
. As you want to capture the second group, you would just use $2. (In this case $1 would have www
or nothing.
That worked perfectly. Thank you!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.