For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

2 Replies

  • Try this:

    when HTTP_REQUEST {
        switch -glob [string tolower [HTTP::uri]] {
            "/" {
                return
            }
            "/*" {
                set uri [string map {"/" "/store-"} [HTTP::uri]]
                HTTP::redirect "http://www.xyz.com${uri}"
            }
        }
    }
    
  • It is not breaking the sequence

     

    http://172.16.111.215/storestorestorestorestorestorestore-ohio/storestorestorestorestorestore-oreck