- From: Rick Troth <TROTH@ua1vm.ua.edu>
- Date: Thu, 23 Mar 95 10:17:15 CST
- To: Multiple recipients of list <www-talk@www10.w3.org>
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 <troth@ua1vm.ua.edu>, Houston, Texas, USA
http://ua1vm.ua.edu/~troth/
Received on Thursday, 23 March 1995 11:22:59 UTC