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

Forum Discussion

zhaleh's avatar
zhaleh
Icon for Nimbostratus rankNimbostratus
May 27, 2018

Redirection

Hello How can Redirect to ? I dont Want use Irule

 

1 Reply

  • Hi,

     

    Please create below script for iRule and test the output

     

    when HTTP_REQUEST {

     

    if { [HTTP::uri] eq "/" } { HTTP::redirect ";

     

    }

     

    }