Forum Discussion

ShinRyuX's avatar
ShinRyuX
Icon for Nimbostratus rankNimbostratus
Mar 29, 2016

Any way to shorten this switch case iRule?

Here is my iRule. when HTTP_REQUEST { switch -glob [string tolower [HTTP::path]] { "/dir1" - "/dir1/" { HTTP::respond 301 Location "http://www.domain1.com" ...