On Feb 16, 2010, at 4:25 PM, Thadeus Burgess wrote: > Thanks. It is not working like expected. It is now going to > /init/default/index.
You might try experimenting with the doctest in routes.example.py (copy it and main to your routes.py unless it's already there). Going to the default location (/init/default/index) suggests that nothing is matching. > > ('.*:https://dashboard.example.com:.* /(?P<any>.*)', > '/init/dashboard/\g<any>'), > > -Thadeus > > > > > > On Tue, Feb 16, 2010 at 6:08 PM, Jonathan Lundell <jlund...@pobox.com> wrote: >> On Feb 16, 2010, at 3:37 PM, Thadeus Burgess wrote: >> >>> By the way. >>> >>> routes_in containing >>> >>> ('.*:https://dashboard.example.com:GET /(?<any>.*)', >>> '/init/dashboard/\g<any>'), >> >> (?P<any>... -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.