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
Jul 28, 2014Below is the iRule that worked. when HTTP_REQUEST { if { [HTTP::host] contains "testsite.com" } { if {[string tolower [HTTP::uri]] starts_with "/applications/testapp/" } { set URI [substr [HTTP::uri] 14] HTTP::redirect "http://[HTTP::host]/$URI" } } }
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