On Sat, Apr 18, 2009 at 12:18 AM, mdipierro <[email protected]> wrote: > > CJ problem is fixed because now (1.61.1) you can do > > routes_id=(('/(?P<anything>.*)','/app/default/index?url=$anything'),) > > and in index() the original URL including GET vars is in > > url=request.env.query_string[4:].replace('&','?',1) > > Massimo
Thanks! Now http://cj.nu works fine! :-) -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

