I've created a routes.py with the following (yes, these will become RegEx, but I am just trying to get it to work at this point):
routes_in = (('.*:/shooterhero/games/quake-live', '/shooterhero/games/ view/quake-live')) My thinking is, if I link to /shooterhero/games/quake-live/ it will send this request to the games controller, view function, with quake- live as args[0] - unfortunately, I get an "Invalid request" error. I know it must be something simple I am overlooking - I've tried with/ without the application directory, same results. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---