Attempt to rewrite using slightly deprecated /foo.php/bar/ methods

Michael Shadle mike503 at gmail.com
Tue Oct 27 12:23:09 MSK 2009


this works but now

fastcgi_param QUERY_STRING $query_string is empty

and the query string params aren't being passed as GET params for
example to PHP...

ideas?



2009/10/26 Igor Sysoev <is at rambler-co.ru>:

>>       location /loader.php {
>>          fastcgi_split_path_info ^(/loader\.php)(.*)$;
>
> +          fastcgi_pass 127.0.0.1:11000;
> +          fastcgi_param  SCRIPT_FILENAME  /path/to/php$fastcgi_script_name;
> +          fastcgi_param  PATH_INFO        $fastcgi_path_info;
>
>>       }
>>    }





More information about the nginx mailing list