On 12/5/05, andrew <[EMAIL PROTECTED]> wrote: > I want to be able to go to a URL like > http://somewhere/Second/oneplusone and get my new controller in the > loop.
[...] > class Root( controllers.Root ): > > second = Second() "second" here is what will match against your URL. So http://somewhere/second/onepluson (lower-case) should work. --Liza

