The Wayback Machine - https://web.archive.org/all/20031015113047/http://www.webhost4life.com:80/kb/print.php?qstId=68

Why is my SSI #exec cgi="test.pl" returning extra header info?

Article No. 68
Created: 05:26 PM 05.22.03
Author: Admin [Link: postmaster@my-online-help.com]
Original URL: http://webhost4life.com/kb/question.php?qstId=68


This is because your are running on Windows 2000 Advance Server. To fix this issue, you will need to put the following line before you call the SSI.  

<meta name="hideHeader" content=""

Example:

<meta name="hideHeader" content=""
<!--#exec cgi="test.pl"--> 

Back to original article