F5https跳转

when HTTP_REQUEST {   switch [HTTP::host] {         "xxx.你的域名.com"     {       HTTP::respond 302 Location "https://xxx.你的域名.com[HTTP::uri]"

    }   } }

posted @ 2014-05-26 15:41  Leechzhao  阅读(1469)  评论(0)    收藏  举报