Dave_Wagner
Jan 13, 2012Nimbostratus
Need help with iRule redirect
I have the following iRules (work fine)
when HTTP_REQUEST {
if {[HTTP::host] equals {siteA.com}}{
HTTP::redirect "https://www.siteB.com/promo/biz_tv_..._id=350042"
}
...