Forum Discussion
Puneet_73909
Nimbostratus
Jun 26, 2009Wildcard redirection
Hi I am trying to write an irule but unable to do so. SEEK HELP
This one works:
when HTTP_REQUEST {
if {([string tolower [HTTP::path]] ends_with "/doc")} {
...
The_Bhattman
Nimbostratus
Jun 26, 2009Hi Puneet,
Then you can write it like the following
when HTTP_REQUEST {
if {([HTTP::host] eq "www.xyz.com) and ([HTTP::uri] eq "/doc/blahblah") } {
HTTP::redirect "http://[HTTP::host]/nmhomepage.jsp"
}
}
I hope this helps
CB
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
