I just tested this:
*routes_in = (
> ** ('/(?P<app>artigos|articulos|artiklid)', '/myapp/default/articles'),
> **)**
> **routes_out = (
> ** ('/myapp/default/articles', '/(?P<app>artigos|articulos|artiklid)'),
> **)*it works, but I can't receive args and vars, I am missing some wildcard to match args/vars -- Bruno Rocha [http://rochacbruno.com.br]

