2 messages in ru.sysoev.nginxRe: Apache passthru rewriting
FromSent OnAttachments
Martin F.Feb 23, 2009 2:43 pm 
Martin F.Feb 24, 2009 3:02 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Apache passthru rewritingActions...
From:Martin F. (nofe@gmail.com)
Date:Feb 24, 2009 3:02:22 pm
List:ru.sysoev.nginx

To follow up, I figured that nginx seems to work like passthru by default so what I needed was:

if (!-e $request_filename) { rewrite ^.*$ /index.php last; }

Hopefully this will help someone with the same problem.