Help. I am using the following two commands on SSI:
Quote:
<!--#echo var="$ENV{'SERVER_NAME'}" -->
<!--#echo var="$ENV{'HTTP_HOST'}" -->
|
The result I am expecting is along the lines of:
But what I am actually getting is:
I have checked using Perl, both variables exist, but how do I get the results using SSI?
Thanks.