Forum Discussion
djkromarek
Nimbostratus
Jun 24, 2013removing part of uri in redirect
We are moving servers and our paths from site to application are changing. For example, I have a current path of testsite.com/applications/testapp/lowerfolder/lowerfolder/test.aspx?param1=1¶m2=2 ...
djkromarek
Nimbostratus
Jun 24, 2013I tried that. My iRule now looks like this:
when HTTP_REQUEST {
if { [HTTP::host] contains "testsite.com" } {
if {[string tolower [HTTP::uri]] starts_with "/applications/testapp/" } {
set newpath [HTTP::host][string map {"/applications/" "/"} [HTTP::uri]]
HTTP::redirect "https://$newpath"
}
}
}
But I am getting a message when testing the site that the redirect is not working correctly. When I click on the link, it doesn't look like it's redirecting at all. The path remains the same as it was originally. But if I use the link that it's trying to redirect and remove the /applications from the url, the page works fine.
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