Forum Discussion
cylinh_171509
Altocumulus
May 04, 2015Please help with iRule.
2 Replies
Here you go:
when HTTP_REQUEST { set uri [string tolower [HTTP::uri]] if { $uri == "/" } { Replace 301 with 302 for a temporary redirect [HTTP::respond 301 Location "http://abc.mydomain.com/123/login"] } }- cylinh_171509
Altocumulus
Thank you Patrik for your quick response, i just implemented the iRule that you provided and it has resolve my problem. Your help is very much appreciated.
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