Domain Forwarding/Mapping

Asked

Viewed 42 times

0

I don’t know if I used the correct terms in the question, but I’ll explain what I need.

I am developing a system, and in this system there should be profiles of entities/companies. Each of them would have their address within the system.

Ex: meu-sistema.com.br/empresa/1

Let’s say an X entity has its own domain, ex: entidade-x.com.br As I would, so that when the user accesses: entidade-x.com.br the content of: meu-sistema.com.br/empresa/1, without it being through iframe or simple redirection.

In the address bar would continue entidade-x.com.br, but displaying the content of meu-sistema.com.br/empresa/1.

If this is possible, how could it be done?

1 answer

0

Well, first you need to have a domain that would be meu-sistema.com.br with the type of steering /empresa/1 functioning normally.

Once this is done, you can create Canonical Names (or CNAMES) for your website, ie a domain dominio1.com.br with CNAME empresa1.com.br will lead to the same place and the address will continue to be dominio1.com.br, that is, this is not a redirect, is a DNS information saying that this domain is not only, but also an original domain name.

Currently there are several providers that support CNAMES, depending on where you are hosting your site, the configuration may be different.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.