Forum Discussion

1 Reply

  • Try this:

     
     when HTTP_REQUEST { 
       if { [HTTP::host] equals [domain [HTTP::host] 2] } { 
         HTTP::redirect www.[HTTP::host] 
       } 
     }