Shifter can supports simple one by one redirect.
Some samples
- Redirect different web site: redirect from
-
https://www.example.com/abc/
tohttps://www.example.org/
. - Redirect different post or page: redirect from
https://www.example.com/abc/
tohttps://www.example.com/def/
. - Stripping date: redirect from
https://www.example.com/2018/01/01/abc/
tohttps://www.example.com/abc/
.
It may require changing permalink structure to "Post name"

Shifter doesn't support advanced redirection
- Value without tailing slash
- Regular expression
- Pattern match
- Pass-through
- Random posts
- Redirect from root directory to other directory, post or page. ( No single value of
/
is allowed to Source URL)
e.g.
- redirect from http://www.example.com/foo to http://www.example.com/bar
- redirect from http://www.example.com/fo.*/ to http://www.example.com/bar/
- Redirect from
/ab.?/
directory to/def/
directory. - If the
User Angent
is Safari, redirect it from http://www.example.com/foo/ to http://www.example.com/bar/ . - Pass-through
- Pattern match