Forum Discussion

Juan_María_Rodr's avatar
Juan_María_Rodr
Icon for Nimbostratus rankNimbostratus
20 years ago

redirect and loop, please help

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.

6 Replies

No RepliesBe the first to reply