I need to change the format of the URL of a WebPanel, for example move from:
http://sitio.com/webpanel?memoria,kingston
a:
http://sitio.com/productos/kingston/memoria
The idea is to do it SEO friendly. I did it with the Tuckey redirect module of the Tomcat, and I also tried the mod_rewrite using Apache as a proxy, but the big problem is that once on the page, GeneXus arms the links using the new url as a url, which is fictitious .
For example, standing in http://sitio.com/productos/kingston/memoria
when clicking on a button that has to be carried at the beginning, instead of going to http://sitio.com/inicio
goes to http://sitio.com/productos/kingston/inicio