Hi,
It looks like Apache kills the contents of the QUERY_STRING SSI variable when using virtual includes:

<html><body>
<!--#echo var="QUERY_STRING"-->
<!--#include virtual="/ssi2.php?abc=1"-->
<!--#echo var="QUERY_STRING"-->
</body></html>

When called with "?test=1" the first echo will correctly output "test=1" but the second will output "abc=1" instead.
Is this expected behaviour?

Regards,
  Dennis

Reply via email to