Passing query string with server side include
807567Feb 21 2004 — edited Feb 25 2004Hello,
I'd like to pass a query string as part of a server side include. I've done this using Apache in this fashion:
<!--#include virtual="/cgi/job.cgi?task=show&sort=${QUERY_STRING}"-->
That way I could use a URL like this:
http://foo.com/myjob.shtml?bydate
and the "bydate" argument would be passed to the embedded CGI.
Is there a way to do this using the SunONE web server?
Thanks in advance,
Bradley