Skip to main content

Redirection

Redirection allows requests to be redirected to a specified URL, enabling better control over request routing and user experience.

General Configuration

Configure and manage redirection policies. The following options are available:

  • Policy Name
  • URL Path: Define the matching rule for the request path. Supported match types include:
    • Prefix
    • Suffix
    • Equals
    • Regex
  • Redirect Destination: Specify the target URL for redirection.
  • Redirect HTTP Code: Configure the status code for redirection (e.g., 301, 302).
  • Priority: Configure the weight of the redirection policy. Policies with higher weights have higher priority. By default, a policy without a weight takes the highest priority among all redirection policies.

Note: It may take a few minutes for redirection policies to take effect.