in DOCs I see:
>
> Application-Specific URL rewrite
> When using the pattern-based system, an application can set its own routes in 
> an application-specific routes.py file located in the applications base 
> folder. This is enabled by configuring routes_app in the base routes.py 
> to determine from an incoming URL the name of the application to be 
> selected. When this happens, the application-specific routes.py is used 
> in place of the base routes.py.
> The format of routes_app is identical to routes_in, except that the 
> replacement pattern is simply the application name. If applyingroutes_app to 
> the incoming URL does not result in an application name, or the resulting 
> application-specific routes.py is not found, the base routes.py is used 
> as usual.


so routes_app  must be in applicatiom folder ??? not in root wb2py ??

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to