O que você quer fazer? What do you want to do?
Redirecionar
http://my-domain.com
para http://www.my-domain.com
Redirect http://my-domain.com
to http://www.my-domain.com
Configure seu DNS da seguinte forma: Configure your DNS Zone as follows:
Host Record: <leave-empty>
Type: A
To: 52.8.174.221
Host Record: redirect
Type: CNAME
To: www.my-domain.com.direcionar.com.br
Host Record: <deixe-vazio>
Type: A
To: 52.8.174.221
Host Record: redirect
Type: CNAME
To: www.my-domain.com.direcionar.com.br
Redirecionar
http://www.my-domain.com/<qualquer-coisa>
para http://www.my-other-domain.com
Redirect http://www.my-domain.com/<anything>
to http://www.my-other-domain.com
Configure seu DNS da seguinte forma: Configure your DNS Zone as follows:
Host Record: www
Type: CNAME
To: www.my-other-domain.com.direcionar.com.br
Redirecionar
http://www.my-domain.com/<qualquer-coisa>
para http://www.my-other-domain.com/<mesma-coisa>
Redirect http://www.my-domain.com/<anything>
to http://www.my-other-domain.com/<same-thing>
Configure seu DNS da seguinte forma: Configure your DNS Zone as follows:
Host Record: www
Type: CNAME
To: www.my-other-domain.com.opts-uri.direcionar.com.br
ATENÇÃO ATTENTION O parâmetro
.opts-uri.
é o responsável por repassar o caminhodo da URL origem para a URL destino.
The .opts-uri.
parameter is responsible for passing the path of the source URL to the destination URL.
Redirecionar
http://jobs.my-domain.com
para http://www.my-domain.com/jobs
Redirect http://jobs.my-domain.com
to http://www.my-domain.com/jobs
Configure seu DNS da seguinte forma: Configure your DNS Zone as follows:
Host Record: jobs
Type: CNAME
To: www.my-other-domain.com.opts-slash.jobs.direcionar.com.br
ATENÇÃO ATTENTION O parâmetro
.opts-slash.
é o responsável por transformar .jobs
para /jobs
e repassar para a URL destino.
The .opts-slash.
parameter is responsible to tuning .jobs
to /jobs
and pass on to the destination URL.