Marcos Gil Fuertes <[EMAIL PROTECTED]> napisał(a): > Thanks Michał, but it doesn't work. It never ends loading the page... :( > > And I think it wouldn't be appropiate because ALL the controllers will > redirect to 'categories', right?
Actually, no. Second array you pass to route constructor are the requirements. As you see it says 'families or categories', so setting the first part of the url to anything but those will result in a negative match. After that next route in the chain will be tried. > I'll report it. Thanks, Marcos. -- Martel Valgoerad aka Michal Minicki | [EMAIL PROTECTED] | http://aie.pl/martel.asc =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Idleness is not doing nothing. Idleness is being free to do anything." -- Floyd Dell
