Redirection Rules

Add exception case for redirecting any matching URLs

Redirection URL Destination URL Copy Pathname Status Code Remove

Add path redirection to your domain

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

Append the current pathname after the redirect destination

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