Don't forget routes out routes_out = ( ('/(.*)/(.*)/(.*)', '/$3'), )
-- Thadeus On Sun, Aug 1, 2010 at 1:16 AM, Vasile Ermicioi <elff...@gmail.com> wrote: > oops, not like that but like this > routes_in = ( > ('/(.*)/(.*)', '/$1/yourcontroller/$2'), > ) > everything is passed to a controller (e.g. 'default') >