Forum Discussion
Dave_Wagner
Nimbostratus
14 years agoNeed 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"
}
...