Forum Discussion
MaximS_168794
Nimbostratus
Sep 03, 2014Help with iRule for redirect from abc.com to url abc.com/a/aasa/sss/
Help please. I'm stuck.When i write
if { [HTTP::host] eq "abc.com" } then {
HTTP::redirect "https://abc.com/aaaa/bbbb/cccc"
return
}
I get an infinite loop :(
How do I properly...
nitass
Employee
Sep 03, 2014can you try this?
if { [HTTP::host] eq "abc.com" and [HTTP::path] eq "/" } {
HTTP::redirect "https://abc.com/aaaa/bbbb/cccc"
return
}
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