zend framework routiong + nginx + php fastcgi

Roxis roxis at list.ru
Sat Apr 26 17:12:17 MSD 2008


On Saturday 26 April 2008, umask wrote:
> RewriteEngine On
> RewriteCond %{REQUEST_FILENAME} -f
> RewriteRule (.+) - [L]
>
> RewriteRule ^ index.php [NS,L]

location / {
    error_page 404 = /index.php;
}





More information about the nginx-ru mailing list