Hi, I want to generate vanity urls for my users. For example: www.domain.com/user_first_name The above URL should actually point to the www.domain.com/appname/view/user/user_first_name
How should I configure my routes.py so that I can achieve the above without disturbing other URLs ? Also I would like to remove the application name from all the URLs. I read about routes.py from the web2py online book. But was unable to form routes_in and routes_out correctly. PS: My application is deployed on AppEngine Thanks, Sushant

