Forum Discussion
marlon_Gino-gi1
Nimbostratus
Feb 11, 2008Irules Redirect not working if you change case on the filename
hello,
would like to know if redirects configured on the F5 are case sensitive when the redirect is made at the file level?
As an example:
A redir...
kykong_107132
Nimbostratus
Feb 11, 2008Hi,
you can try to use "toupper", it will convert the string to upper case. following is the sample,
when HTTP_REQUEST {
if { [string toupper [HTTP::uri]] contains "test.aspx" } {
HTTP::redirect "https://www.test.com/Pages/TEST1.aspx"
}
}
regards,
KY
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