routes.py is read when web2py starts - be sure to re-start whatever server you are using (or restart web2py, if you are using the builting server).
On Nov 26, 11:21 am, kbochert <[email protected]> wrote: > As a new user to web2py, I am trying to get routes.py to work. > Nothing I put into web2py/routes.py has any effect. > > example: > routes_in=( > ('^127\.0\.0\.1:.*', > '/examples/default/index'), > ) > > Moreover , clear errors in the routes.py have no effect. > i.e. > x = 6/0; @! > > Am I overlooking something that I need to do to turn on the rewrite?? > > Karl -- You received this message because you are subscribed to the Google Groups "web2py-users" 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.

