We have a page on an old domain which is /downloads and I would like a rule to redirect this to our new domain where the page is hosted at /download (without the ‘s’). Would someone be able to suggest the best way to achieve this? Thanks
You can setup this rule in your dashboard for the old domain
In the rules section add a new rule “Redirect to a Different Domain”
Chose a name for your rule
Use a custom filter expression
Field = URI, Operator = equals, Value = /downloads
The filter should look like this: (http.request.uri eq “/downloads”)
Then set the redirect type to static with https://new-domain/download as the URLand use an appropriate status code. In this case sounds like “301 - Moved Permanently” would be best
What I really need is a general rule that redirects anything at pisysmarine.com to our new domain at triton-soft.com but I really want the additional rule so that if someone has our old downloads link, it send them to the right page on our new domain. I thought I’d try to get the download bit working first and I’ve not tried the other part yet.
Also, as the rule for downloads in before this catch all rule, the downloads redirect will not be affected.
If you want to create a rule for a specific old page to a given new page follow the same instructions as for the downloads page, just make sure the rule is before the Catch All rule.