Property Manager Name: Redirect Plus
Respond to the client’s request with a redirect without contacting the origin. This behavior fills the same need as a redirect but allows you to use variables to express the redirect destination’s component values more concisely.
Options
- enabled (boolean): Enables the redirect feature.
- destination (string; allows variables): 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}}.
- responseCode (numeric enum): Assigns the status code for the redirect response, either 301, 302, 303, or 307.