Jan Pieper wrote:

Where is my mistake? Why is / != /index != /index/index?

It's not the problem with your router implementation but with your route. You have specified a static route string (index/index), so it matches only this particular URL. Try something like this instead:

name=index {
     module: null
     controller: article
     action: index
     route: :controller/:article
}

-- Jan

--
Michał Minicki aka Martel Valgoerad | [EMAIL PROTECTED] | 
http://aie.pl/martel.asc
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Idleness is not doing nothing. Idleness is being free to do anything." --
Floyd Dell

Reply via email to