Forum Discussion

AlexDeMarco's avatar
AlexDeMarco
Icon for Nimbostratus rankNimbostratus
Oct 07, 2013

How to append to a match_class

I have this code:   if { ([class match $req_uri starts_with PROD_uri_to_redirecttossl]) } { HTTP::redirect "https://[HTTP::host][HTTP::uri]" }   but want something like this:   if ...