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

1 Reply

  • kunjan's avatar
    kunjan
    Icon for Nimbostratus rankNimbostratus

    You can check like following

    when HTTP_RESPONSE {
      if { [HTTP::status] contains "404"} {
        HTTP::redirect "http://www.siterequest.com/"
      }
    }