Forum Discussion
Joe_Pipitone
Nimbostratus
Nov 12, 2009Case insensitive redirects not quite working
I have an iRule that is supposed to do simple redirection if someone types in the following:
http://www.ourdomain.org/LV2010 or http://www.ourdomain.com/lv2010
It see...
Joe_Pipitone
Nimbostratus
Nov 12, 2009Also, if I have a rule such as:
if { [string tolower [HTTP::uri]] starts_with "/lv2010/es*" } {
HTTP::redirect "http://www.ourdomain.org/education/display.aspx?id=8230"
}
Then this does not work:
if { [string tolower [HTTP::uri]] starts_with "/lv2010/es/qualify" } {
HTTP::redirect "http://subdomain.ourdomain.org/events/some-other-file-here-2010/information/qualification.aspx"
}
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