I have a question in the configuration of VirtualHost
, I have an application that has redirect to several cores eg:
-
meusite.com.br/app/go
-
meusite.com.br/app/rj
When accessing meusite.com.br/app
, it redirects to the first core of the list that is set to a .xhtml
file, so anywhere in the country always redirects to AC
.
I need to create a configuration, that when the user accesses /app
, go to a page so he can select the kernel he wants to access, in that case it would be /escolherestado
.
I need the /app
redirection to continue existing because the whole application depends on this redirection, more precise than whenever personnel access meusite.com.br/app
or /app/
is redirected to /escolherestado
without /app/[sigla_nucleo]
"being affected.