I do not 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 its address inside the system.
Ex: meu-sistema.com.br/empresa/1
Let's say that an X entity has its own domain, eg 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
is displayed, not through iframe
or simple redirection.
In the address bar, it would still be entidade-x.com.br
, but displaying the contents of meu-sistema.com.br/empresa/1
.
If this is possible, how could it be done?