COLLECTED BY
Organization:
Alexa Crawls
Starting in 1996,
Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the
Wayback Machine after an embargo period.
this data is currently not publicly accessible.
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