Forum Discussion
ashok_65614
Nimbostratus
Feb 18, 2010URL redirection
Need to redirect the URL as below.
When a request is received as https://www.abc.com/ it has to be redirected to https://www.abc.com/test/Login.html
Could any one help by providing the iRule
- The_Bhattman
Nimbostratus
Hi Ashok,when HTTP_REQUEST { if {([HTTP::host] eq "www.abc.com") and ([HTTP::uri] eq "/") } { HTTP::redirect "https://www.abc.com/test/Login.html" } }
- ashok_65614
Nimbostratus
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