Apache passthru rewriting
Martin F.
nofearroxo at gmail.com
Wed Feb 25 02:02:45 MSK 2009
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090225/33d77865/attachment.html>
More information about the nginx
mailing list