Forum Discussion
tanya2010_17417
Nimbostratus
Oct 15, 2014iRULE for http redirect work in v10 but not v11?
Hello :
I am stuck in the change with iRULE , please help .
In my v10 LTM, I have iRULE as following :
when HTTP_REQUEST { if { [HTTP::host] matches "abc.xyz.com"} { HTTP::redirect http://abc.xyz.com:8080/BOE/BI } }
ThThe re-direct I need is if user try abc.xyz.com , I need LTM rediect to abc.xyz.com:8080/BOE/BI
I create same rule in v11 LTM, but just doesn't work , anything I need to edit ?
2 Replies
- Can you provide what the error is?
- R_Eastman_13667Historic F5 Account
Try this:
when HTTP_REQUEST { if { [HTTP::host] == "abc.xyz.com"} { HTTP::redirect "http://abc.xyz.com:8080/BOE/BI" } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects