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

FieldWhat it doesSub-options
StatusEnables or disables the behavior.
Destination URLSpecifies 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 CodeSelect the HTTP status code to use in the redirect response.
  • 301 Moved Permanently
  • 302 Found
  • 303 See Other
  • 307 Temporary Redirect

Related topics

See how ​Akamai​ caches redirect responses.