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.