Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

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...