0
Good afternoon, I have a problem:
I have a system for the company that I work with that is used only internally, so it is accessed only through VPN, however we will open this system to external clients, so I have the url:
https://sistemainterno.com.br
and the customers:
https://sistemaclientes.com.br
The problem:
both systems use the same backend and frontend, I just wanted to redirect everything that comes from the url "https://sisteclientes.ocm.br" to "https://sistemainterno.com.br/clients/", the client system would only be a byword to protect the internal path and release only the Urls with /clients/, however I am doubtful on how to do this in the Aravel... someone has some solution?
Thanks in advance