Hello,

I have a zend framework which has the following path:

http://www.example.com/foo/echo



But in the apache mod_rewrite, I want to rewrite something like

http://www.example.com/bar/echo

RewriteRule ^/bar/echo  /foo/echo

...
other ZFW rewrite rule
...


ZFW keep saying bar is not a valid controller.

It seems that ZFW is using Apache REQUEST_URI for routing, not the
rewritten uri, isn't?


If yes, how to solve?

Thanks.

Reply via email to