Redirects

Redirects are used to redirect a visitor from one path within your blog to another path or an external URL. You can configure redirects in Settings → Redirects in the Console.

Create Redirect
  • From - The path you want to redirect from. For example, /path. Currently, we do not support wildcards or regex in the match.
  • To - Where to redirect the visitor. It can be a path within your blog or an external URL.
  • Type - Permanent (HTTP 301) or Temporary (HTTP 302). It determines the HTTP response code.