On Feb 11, 2012, at 12:47 PM, Lewis wrote:

> This doesn't work either:
> 
> routers = dict(
>    BASE = dict(
>        default_application = 'try',
>    ),
> )
> 
> I placed the above as routes.py in the web2py folder (of /var as it
> happens).  All applications run when explicitly referenced as
> www.mydomain.com/try.
> 
> Do I need to restart web2py?

You need to reload routes.py. Restarting web2py is one way to do that.

Reply via email to