Hi all,
I have one question Regarding the administration of ZF project, where I'm not exactly a strong, little help would be great!
I create ZF project, and I know how to enable mod_rewrite and set vhost(virtual host) to public folder, That works.
But, I don't want to setup vhost for my project. When I don't do vhost thing
I can use http:// localhost/myproject/public/index.php/controller/action - and that works really fine, all links, submit buttons and etc. works.
The question is, Can I get beauty URLs without index.php and without setup vhost, only mode_revrite and .httaccess ?? And how ??

