How to avoid index.php in Zend Framework route using Nginx rewrite
- by Adam Benayoun
I am trying to get rid of index.php from the default Zend Framework route. I think it should be corrected at the server level and not on the application. (Correct me if I am wrong, but I think doing it on the server side is more efficient).
I run Nginx 0.7.1 and php-fpm 5.3.3
This is my nginx configuration
server {
listen *:80;
…