Forum Discussion
Jonathan_Scholi
Cirrostratus
Oct 28, 2010String map and redirect
I need to perform a redirect that changes a URI from this format:
mysite.com/it/folder/files/FILESANDFILES
to:
mysite.com/it/folder/files/filesANDfiles
In oth...
hoolio
Cirrostratus
Nov 01, 2010Nice work. You could make it a little more precise if you looked for the folder parameter name and value in just the query as opposed to the full URI:
when HTTP_REQUEST {
if { [string tolower [HTTP::path]] starts_with "/it/folder/files" and [HTTP::query] contains "folder=FILESANDFILES"} {
HTTP::redirect [string map {"folder=FILESANDFILES" "folder=filesANDfiles"} [HTTP::uri]]
}
}
Aaron
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
