Options

Create Rewrite

rodrigoshrodrigosh Member

Dear, I need your help to create an aFlex with a rewrite that does the following: sucusales.mydomain.com to chile.localisti.co

Thanks a lot

Comments

  • Options

    Like this:

    when HTTP_REQUEST {

    if { ([HTTP:host] eq "sucusales.mydomain.com") {

    HTTP:redirect "https://chile.localisti.com"

    }

    }

Sign In or Register to comment.