Forum Discussion

1 Reply

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    Try this:

    when HTTP_REQUEST {
      if { [string tolower [HTTP::host]] eq "abc.com" } {
        HTTP::redirect "www.abc.com"
      }
    }
    

    Hope this helps,

    N