Forum Discussion
Squeak
Cirrus
Jan 31, 2020Modify APM variable value
Hello.
Could anyone tell me why this iRule ends in a loop?
when HTTP_REQUEST {
if { [HTTP::host] equals "www.pepito.com"} {
HTTP::redirect "http://www.pepito.com/maintenance/index.html"
}
}
Thank you.