Hi Matthew and Michal, > You could extend it and override the default one by adding a helper path > to your custom helpers in your bootstrap.
Ok, that be probably be the solution that I would have done if I did not change the whole setup > However, is there a technical reason for needing the trailing slash? Not really, I just want to make sure that an url is unique. So, I first had the idea to add a slash at each end. But that caused some troubles in other areas as well. So now I turned around and make sure that no url ends with a slash. This works as well and is the default behavior of the ZF, so its the better solution. Thanks and best regards, Ralf
