in reply to Re: Cool uses for path_info
in thread Cool uses for path_info

Maybe I wasn't clear enough, I meant path_info() to be the part of path after the matched route (which I refer to as script_name, following the CGI specification more or less), not including the matched route.

That said, I did it exactly as you suggested.