Resources

Redirects

Redirects allow you to direct one URL to another, so that when you access the old URL, you are taken to the new one.

Creating a new redirect

To begin navigate to the Redirects item under Page in the sidebar on the left.

To create a redirect, simply click on the + New button in the top right.

Options

Here are the options you can set on a redirect:

From

The path where the redirect is coming from. When a visitor goes to this path, they will be redirected to the path specified in the To field. This path can use path parameters, such as :slug to be dynamic.

To

This is the path the redirect will route visitors to. If you have defined a path with parameters in the From field, you can use the value of those parameters here by doing this:

{{slug}}

Where slug is the name of the parameter defined in the From field.

Type

This can either be Permanent or Temporary. Permanent redirects can't be edited after creation. We recommend leaving redirects on Temporary, except if you know what you're doing. Temporary redirects can be easily edited later and will not introduce inconsistencies among visitors.