Forum Discussion

javier_diaz_379's avatar
javier_diaz_379
Icon for Nimbostratus rankNimbostratus
Mar 07, 2011

Problem with iRule

when HTTP_REQUEST { if {[string match {*[A-Z]*} [HTTP::path]]}{ if{[HTTP::query] equals ""}{ HTTP::redirect "http://[HTTP::host][string tolower [HTTP::path]]" } else{ HTTP::redirect "http://[HTTP::ho...