[web2py] Re: how to make web2py routing all controllers and functions??

2014-06-19 Thread Mohammed Suleiman
*its work now* routes_in =

[web2py] Re: how to make web2py routing all controllers and functions??

2014-06-13 Thread Massimo Di Pierro
It can be done but you should be aware that this conflits with appadmin and with static files. Assuming a profile id can be appadmin or static then you want something like this (I think, not tested): routes_in = ( ('/appname/$id', '/appname/default/index/$id'), ('/appname/$id/$c/',