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

