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?