Forum Discussion
Andrew_Pearce_4
Nimbostratus
May 14, 2012assistance in migrating css to f5
Hi and thanks in advance for viewing and assisting me out here.
I am trying to migrate a old css to a new ltm running version 11.1
I have no experience of the css's and have been "volun...
Fabrizio_Chiava
Nimbostratus
Oct 16, 2012Hi Joe,
thank you for your reply, I find the exe file and I correcly configured with a BIGIP test! So, I tested also the real time polling, how is the refresh time?
I would like implement the grafical status icons for a quick check.
Thanks a lot
Fabrizio.
- Jul 27, 2021
Hi Javi Lora,
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/citapreviarrcc" } { HTTP::uri "/citaprevia" node 1.2.3.4 8080 } }
If you want to see changed uri in browser:
when HTTP_REQUEST { if { [HTTP::has_responded] } { return } if { [HTTP::uri] starts_with "/citapreviarrcc" } { HTTP::redirect "http(s)://[HTTP::host]/citaprevia" return } elseif { [HTTP::uri] equals "/citaprevia" } { node 1.2.3.4 8080 } }