Re: CGI PATH_TRANSLATED variable?

Rick Troth ([email protected])
Thu, 23 Mar 1995 12:07:58 +0500


I'm missing something. What CGI variable holds the "extra
info" after the "real path". By example, if someone requests

http://myserver/htbin/imagemap/mapname?x,y

resulting in

GET /hbtin/imagemap/mapname?x,y [HTTP/1.0]

I would expect

PATH_TRANSLATED=/server/root/hbtin/imagemap
PATH_INFO=mapname
QUERY_STRING=x,y

(where PATH_INFO might alternatively be "/mapname")

--
Rick Troth <[email protected]>, Houston, Texas, USA
http://ua1vm.ua.edu/~troth/