Forum Discussion
iRule redirection
- Mar 24, 2020
Suggest you to go via F5 policy for such redirection, Its very easy : https://devcentral.f5.com/s/articles/inside-the-big-ip-simple-url-redirects-32269
Option 2: Find the below irule and apply to VIP.
when HTTP_REQUEST { if { [HTTP::uri] equals "/" } { HTTP::redirect "https://xyz.com/D2" } }
Let us know if any issue.
Suggest you to go via F5 policy for such redirection, Its very easy : https://devcentral.f5.com/s/articles/inside-the-big-ip-simple-url-redirects-32269
Option 2: Find the below irule and apply to VIP.
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://xyz.com/D2"
}
}
Let us know if any issue.
- T_SrinivasMar 25, 2020Cirrus
Samir Jha.. It has worked in single attempt. Thank you very much Samir.
Just FYI : I have utilized the Option 2 i.e iRule
Recent Discussions
Related Content
* 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