Forum Discussion
khansafdarali1_
Sep 06, 2016Nimbostratus
irule 302 redirect
Need to create an irule for 302 redirection - I have to redirect care1.com to newcare1.com.
Created the following I rule
when HTTP_REQUEST {
if { [HTTP::https://care1.com/] equals "/" } {
HTTP::r...
Kevin_Stewart
Sep 06, 2016Employee
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://newcare1.com/ucmuser/"
}
}
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