Redirect Plus

This behavior fills the same purpose as Redirect, but with it you can use variables to express the redirect destination’s component values more concisely.

Features and options

Field

What it does

Sub-options

Status

Enables or disables the behavior.

Destination URL

Specifies the redirect as a path expression starting with a / character relative to the current root, or as a fully qualified URL. Optionally inject variables, as in this example that refers to the original request’s filename: /path/to/{{builtin.AK_FILENAME}}.

Redirect Status Code

Select the HTTP status code to use in the redirect response.

**

  • 301 Moved Permanently
  • 302 Found
  • 303 See Other
  • 307 Temporary Redirect
**

Did this page help you?