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 the first url. With "controller" as the
controller and "action" as the action.

What is the easiest way to make sure that both:
http://localhost//controller/action
and
http://localhost/////////////////////controller/action
are considered 404/ControllerNotFound?
-- 
View this message in context: 
http://www.nabble.com/Slashes-at-the-start-of-urls-tp17097430p17097430.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to