On Sep 3, 2010, at 9:28 PM, bally boy wrote: > Hi is there a way to generate RESTful URLS. Let me explain:- > 1. I have an app called 'app' > 2. a controller called 'cont' > 3. a function called 'func' > > Instead of being called by the url > http://.../app/cont/func > Can it be called like > http://../func > directly.. > I am sure that it can be done ... just that I would have to spend some time > on the docs.. can someone please just link me to the correct section
http://web2py.com/book/default/chapter/04?search=routes.py URL Rewrite

