PHP: How can I get domain.com/index.php/blah/ to work?

Rob rob at rawb.net
Sat Jul 21 19:02:07 MSD 2007


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.










More information about the nginx mailing list