Forum Discussion

1 Reply

  • Is it safe to say that the URI never changes? Just the host name? If so, then:

    
    when HTTP_REQUEST {
        if { [string tolower [HTTP::host]] equals "connected.mcgraw-hill.com" } {
            HTTP::redirect "http://connected.mheducation.com[HTTP::uri]"
        } 
    }