A bit of further examination on this one hasn't gotten me too much further,
except that: Zend_Rest_Route is definitely catching the URL correctly, it's
just for some reason it is stripping off the format=json before passing it
on to the Index controller action. Can't seem to work out why, I don't
actually know what code is calling all this to pull it apart and see. 

I've managed to work around it for now by defaulting the index action
controller to return JSON, but it's not an ideal solution. So, anyone know
where to start hunting down the reason why a Zend_Rest_Route is stripping
off params when matching a sub directory but leaves them in place for a
request off the root directory? 
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Zend-Rest-Route-doesn-t-work-when-not-in-the-web-root-tp2133790p2165177.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to