Thanks for the reply Anthony. Got it running, and yes restarting fixed it for me. I posted what I used in the thread.
Regards, Arbie On Tue, Mar 29, 2011 at 10:31 PM, Anthony <[email protected]> wrote: > On Tuesday, March 29, 2011 9:58:35 AM UTC-4, CVstash dot com wrote: > >> Thanks a lot Jonathan for the reply. I did just that but it still >> doesn't work out the shortcut even with this code: >> ************* >> default_application='resume' >> >> routes_in = ( >> ('/view', '/resume/default/index'), >> ) >> ************* >> >> doing http://localhost:8000/ would redirect to the resume app just >> fine, but doing http://localhost:8000/view gives an invalid request >> error. > > > Did you restart web2py after changing routes.py? > >

