Forum Discussion

1 Reply

  • Prepared irule based on above mentioned condition but you can use other parameter also i.e

    [HTTP::uri] contains "/xyx/xxx"
    , class match etc or use existing f5 policy to match traffic.

         when HTTP_REQUEST { 
            if { ([HTTP::uri] starts_with "/ae/en/destinations/ways-to-london.page") || ([HTTP::uri] starts_with "/en-ae/destinations/ways-to-london.page") } {
             HTTP::redirect "https://www.zways.com/en/destinations/ways-to-london.html"
            } 
        }
    

    let us know if any question