Forum Discussion

1 Reply

  • Can you give this a try?

    when HTTP_REQUEST {
        if {[HTTP::host] contains "ovops"} {
        HTTP::respond 301 no server Location "https://cvcmail.sharepoint.com/sites/ovops/SitePages/Home.aspx"
        }
    }
    

    Cheers,

    Kees