Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: zend framework routiong + nginx + php fastcgi
- To: nginx-ru@xxxxxxxxx
- Subject: Re: zend framework routiong + nginx + php fastcgi
- From: Roxis <roxis@xxxxxxx>
- Date: Sat, 26 Apr 2008 15:12:17 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:references:in-reply-to:x-face:x-mailer:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; bh=Rj2sLW1GmTysbNlt3gRAEPfwz2A/XLDv1u/wKwVKqXQ=; b=vcD1i/4NpCvHFi3mHMdjtpZskP1nywjQgxoWyknqzf5F4xcScVmfYsJuvqGbzeOGgHhPteEvF7Qn6rbnHErr+mMLYJR4m8hZIaG4ZZO7lTVlTkfpt8HnX11o3yX0Cc2fug8EqnlX7h+63UGaeBRMDZBEyBkxvQD30+DW0l/ov+s=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:references:in-reply-to:x-face:x-mailer:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=lUqNuipeP9yH52nfNczP6w9/lLieU0VlAVwDNSwispCL5O2bxobE6oODIZtcGqICZa574442mCVI7KllJZVu8F9jUpPa5lGP5QF6RG5Ghnsr3DWW4P9tbq8I9xJoN82cBWw5pLOMQ+0qG+u2D2mwnncRRcI47ISSYocJAtctOFk=
- In-reply-to: <01209214710@xxxxxxxxxxxxxxxxxxx>
- References: <01209214710@xxxxxxxxxxxxxxxxxxx>
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;
}
|