[web2py] Re: Dynamic url routing

2018-04-25 Thread Anthony
On Wednesday, April 18, 2018 at 2:13:24 PM UTC-4, kamala kotha wrote: > > routes_in = ( >('/(?P[\w]+)(?P.*)', > '/myapp\g?client=\g'), > ) > > user will have to see the same url they had entered. > so how should i have the routes_out so that outgoing url is same as >

[web2py] Re: Dynamic url routing

2018-04-24 Thread Massimo Di Pierro
no On Wednesday, 18 April 2018 13:13:24 UTC-5, kamala kotha wrote: > > routes_in = ( >('/(?P[\w]+)(?P.*)', > '/myapp\g?client=\g'), > ) > > user will have to see the same url they had entered. > so how should i have the routes_out so that outgoing url is same as >