Hello
I am trying to make and external application to redirect to an URL like this http://encuentrocliente.isa.com.co/index.php/confirmar/, but the original URL contains a Unique ID, something like this ?c=XXXXXX
So, when this external application is trying to redirect to this URL, this maintains the Unique ID on the URL, something like this http://encuentrocliente.isa.com.co/index.php/confirmar/?c=0123.
I need that Expression Engine ignores the Unique ID at the end of the URL, an goes to the index of the template group “confirmar”
Note: I don’t want to make the index of the template group “confirmar” my site home page.
Thanks in advance
Jhon E.