9 messages in ru.sysoev.nginxRe: PHP: How can I get domain.com/ind...
FromSent OnAttachments
RobJul 20, 2007 7:15 pm 
Remo LaubacherJul 21, 2007 12:46 am 
Igor SysoevJul 21, 2007 1:00 am 
RobJul 21, 2007 8:01 am 
Igor SysoevJul 21, 2007 8:41 am 
RobJul 23, 2007 8:16 pm 
Igor SysoevJul 24, 2007 1:40 am 
RobJul 24, 2007 5:27 am 
Igor SysoevJul 24, 2007 7:01 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: PHP: How can I get domain.com/index.php/blah/ to work?Actions...
From:Rob (rob-@public.gmane.org)
Date:Jul 21, 2007 8:01:44 am
List:ru.sysoev.nginx

Igor Sysoev <is@...> 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.