On Thursday, February 27, 2003, at 01:10 PM, Gyepi SAM wrote:
That url won't do what you want. This one should:
http://.../my_script.cgi/filename.ext?null=null
1. I only keep the null=null parameter because you claim it is necessary.
2. I assume that your webserver can separate path info from the URI.
-Gyepi
I think that I tried this a while ago, but it didn't work. The reason was that IIS, for some reason unbeknownst to me, refused to realize that my_script.cgi in the URL was a script -- it was trying to treat it as a directory, couldn't find anything there, are returned a 404 (or perhaps a 500, I forget)... Hence the null=null...
Ricky
_______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

