Hi,

I am facing an issue with a REST route that I try to setup in application.ini
I would like to enable a REST route for any controller in the module named 
"rest".
In my application.ini, I put:

resources.router.routes.rest.type = "Zend_Rest_Route"
resources.router.routes.rest.rest =

But when a request like this:
http://www.domain.com/rest/stocks/
is received, the 'default' route is matched and not the 'rest' one.

any idea ?
--
Guillaume ORIOL
Software engineer
Technema

Reply via email to