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 had forgotten to put in the other posts, that if the request is for application/testapp then I need to go to a different pool, so I added that in, but I still get the same error
when HTTP_REQUEST {
if { [HTTP::host] contains "testsite.com" } {
if {[string tolower [HTTP::uri]] starts_with "/applications/testapp/" }
{
pool "IIS7_Test_Web_Farm"
set newpath [HTTP::host][string map {"/applications/" "/"} [HTTP::uri]]
HTTP::redirect "https://$newpath"
}
}
}
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