hi folks,
After a lot of headache, I finally have found the solution to my problem!!!!!
There's some additional steps to do in the apache's configuration to "clean routes" work in ZF.
I found some articles yesterday that explains it better:
Akra's tutorial
Felipe Tonello's tutorial (in portuguese)
In fact, the directive above must be configured in apache's file
httpd.conf:
Code:
<directory />
Options FollowSymLinks Includes
AllowOverride All
</directory>
Hope to help others with the same problem!
regards,
ps: I'll ask the maintainer's ZF documentation to include this in the manual.