Hello my forum is working in fast-cgi mode (nginx and php-fpm). Please tell me how to make forum archive working on this setup without param cgi.fix_pathinfo set to 1 because it makes the site vulnerable (detail description
http://cnedelcu.blogspot.ru/2010/05/...important.html ) and I have already got many malware on my forum because of this and it takes a lot of time to determine how I got hacked and now with this param set to 0 I always got error (no input file specified) when trying to open any url of archive where rewrite is needed. So I need correct config for nginx and php-fpm. Please help me.