Mohan_Kumar_321
Jun 21, 2018Nimbostratus
iRule for uri redrect
Would you mind please verify below iRule for redirecting the traffic which is going to "/career " redirect to https://jobs.abcd.com
if { [HTTP::uri] equals "/careers" } { HTTP::redirect "https://jobs.abcd.com"; }
Does it work?
Any help with this will be greatly appreciated..!!
Thank you..!!
Issue got fixed with below iRule.
when HTTP_REQUEST { if { [HTTP::uri] equals "/careers" } {
Thank you Stanislas for all your support..!!
Regards, Mohan