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

Dayton_Gray_103's avatar
Dayton_Gray_103
Icon for Nimbostratus rankNimbostratus
May 16, 2008

Send 404 and redirect?

I have this irule:     HTTP_RESPONSE { if { [HTTP::status] == "404"} { HTTP::redirect "http://www.mysite.com/error/nopagehere.html" } }     Is there any...