Forum Discussion

Jules_Green_252's avatar
Jules_Green_252
Icon for Nimbostratus rankNimbostratus
Mar 18, 2016

I want to combine 3 iRules that are all redirects without "too many redirects" error

First iRule on port 80 VIP *forces ssl unless specific uri which will remain on 80":   when HTTP_REQUEST { if { ! ( [string tolower [HTTP::uri]] starts_with "/investors" ) } { HTTP::redir...