oops, not like that but like this

routes_in = (
    ('/(.*)/(.*)',   '/$1/yourcontroller/$2'),
)

everything is passed to a controller (e.g. 'default')

Reply via email to