Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
Apr 16, 2012

something interesting in if {if } else

irule   if {($uri matches "/cjj" or $uri matches "/cjj/") } {   if { [HTTP::host] ends_with ".co.uk" } {   HTTP::redirect "http://[HTTP::host]/error.html"   return   }   } ...