Redirection Rules

Add exception case for redirecting any matching URLs

Redirection URL Destination URL Copy Pathname Status Code Actions
Advance Settings

Add Redirection Rule

Any matching prefix of the request URL will be redirected to the destination URL, e.g. redirect.example.com
The target URL request being redirected to, e.g. dest.example.com/mysite/ or dest.example.com/script.php, sometime you might need to add tailing slash (/) to your URL depending on your use cases

Append the current pathname after the redirect destination

old.example.com/blog?post=13 new.example.com/blog?post=13
old.example.com/blog?post=13 new.example.com