On Tue, 18 Jan 2005, David J. Weller-Fahy wrote:
I'm using the dir_cgi.c file to generate a directory listing for various areas of my website. However, where it should list the path information (from the environment variable PATH_INFO), I'm getting nothing.
Eek. The dir_cgi.c on the mathopd site is rather old. It should use SCRIPT_NAME, rather than PATH_INFO. I have replaced it. The new version should work ok.
Cheers Michiel