technically you can reload routes without restarting. From the admin
web based shell

from gluon.rewrite improt *
load()

On Nov 26, 12:02 pm, Yarko Tymciurak <resultsinsoftw...@gmail.com>
wrote:
> 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 <kboch...@copper.net> 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 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.


Reply via email to