Forum Discussion
Seckin_149390
Nimbostratus
Aug 14, 2015Https Redirection Irule
Hi All,
I need to do https redirection from https site to new https site with the following url ;
When the http request is completed, url must be redirected to the https://btoperator.lcwaik...
Stanislas_Piro2
Cumulonimbus
Aug 14, 2015try this ltm policy ( min version 11.4) and attach it to the VS:
ltm policy pol_btoperator {
controls { forwarding }
requires { http }
rules {
root_redirect {
conditions {
0 {
http-uri
path
values { / }
}
}
actions {
0 {
http-reply
redirect
location /sm/index.do
}
}
ordinal 2
}
}
strategy first-match
}
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