Need help with redirecting urls

To make this work, you need to:

  1. Change type from Static to Dynamic (Static is for literal URL targets)
  2. Use a function to perform wildcard expansion in the redirect target URL: Functions reference · Cloudflare Ruleset Engine docs
  3. If you want to match on any property value, then you need to change contains operator to wildcard; otherwise, contains will interpret * literally

This process will become much easier and more intuitive once simplified URL with wildcard support is released for Single Redirects in the upcoming days. :wink:

1 Like