Report this

What is the reason for this report?

Como apontar domínio estacionário (.com.br) para domínio principal (.com) usando o record?

Posted on February 3, 2017

Pesquisei muito artigos sobre este assunto e nao encontrei nada. Tentei me aventurar mas nao funcionou.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

If you expect a response, I recommend communicating in English like everyone else.

@gilenobauru

Mi español es limitado, así que usé un traductor para ayudar.

Puede apuntar ambos dominios a la misma dirección IP y, a continuación, configurar su servidor web para aceptar solicitudes para ambos dominios.

++++

You can point both domains to the same IP and then configure your web server to accept requests for both domains.

For example, with NGINX, you could define both domains under server_name:

server {
    listen 80;
    server_name domain.com www.domain.com domain.com.br www.domain.com.br;

    ...
    ...
}

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.