I realized there was a bug in rewrite that prevented $1, $2, etc from working. Please check if this is now fixed in trunk.
On Aug 1, 1:20 am, Thadeus Burgess <thade...@thadeusb.com> wrote: > 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')