Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSI on NT 4.0????

Status
Not open for further replies.

Stumpy

Programmer
Mar 7, 2001
1
US
I'm having trouble with SSI support on a IIs/4.0 server that hosts my site. Specifically:

While
<!--#echo var=&quot;QUERY_STRING&quot;-->
works, displaying the query string, and

<!--#include virtual=&quot;foo.htm&quot; -->
works, including the file...

<!--#include virtual=&quot;$QUERY_STRING&quot; -->
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top