Igor Sysoev <is at ...> writes: > > Do you use FastCGI ? > > .. snip .. > Thank you! That worked perfectly. Although, for some reason PATH_INFO shows up as ORIG_PATH_INFO in PHP, even though I have "cgi.fix_pathinfo = 1" set in php.ini. So I had to modify my PHP framework to use ORIG_PATH_INFO instead of PATH_INFO.