On Fri, Jan 4, 2013 at 8:29 PM, Anoop Alias <anoopalias01 at gmail.com> wrote: > > fastcgi_param DOCUMENT_ROOT $document_root; > > fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; > ========== > > Will this not work? > My last test few years ago showed $request_filename worked much better. May or may not matter now, though. Still worth a try, I'd say.