Re: [fw-general] Slashes at the start of urls

2008-05-06 Thread MichaƂ Minicki
thing2b wrote: What is the easiest way to make sure that both: http://localhost//controller/action and http://localhost/controller/action are considered 404/ControllerNotFound? The only way to do it is to create your own route. I.e. by copying framework route class and rem

[fw-general] Slashes at the start of urls

2008-05-06 Thread thing2b
I have zend framework setup to handle all urls. When the url: http://localhost/controller/action is called, the page shows correctly. The problem is that when I call: http://localhost//controller/action or even: http://localhost/controller/action the same page is shown as in th