asi tengo el .htacces
RewriteEngine on
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off
me funciona de esta manera
http://localhost/zf_tutorial/ pero cuando llamo a la accion add
me dice que no existe
y la estoy llamando asi
http://localhost/zf_tutorial/index/add
y si reinicie el servicio del apache.