I'm having trouble with SSI support on a IIs/4.0 server that hosts my site. Specifically:
While
<!--#echo var="QUERY_STRING"-->
works, displaying the query string, and
<!--#include virtual="foo.htm" -->
works, including the file...
<!--#include virtual="$QUERY_STRING" -->
doesn't work, and I can't figure out why. This has worked for me on apache, but this site was recently moved to a new server.
Is there something I don't know about the use of environment variables that is specific to IIS/4.0???
--Steve
While
<!--#echo var="QUERY_STRING"-->
works, displaying the query string, and
<!--#include virtual="foo.htm" -->
works, including the file...
<!--#include virtual="$QUERY_STRING" -->
doesn't work, and I can't figure out why. This has worked for me on apache, but this site was recently moved to a new server.
Is there something I don't know about the use of environment variables that is specific to IIS/4.0???
--Steve