running cgi on voyager

I tried running a simple cgi that redirects the page to a different page

on voyager but I get an error code -8 from voyager.
my scrip is:

#!/bin/sh

echo “Location: /root/index.html”



Thanks

What is your setup? Are you using Slinger?

Regards,
Dave B.



ed wrote:

I tried running a simple cgi that redirects the page to a different page

on voyager but I get an error code -8 from voyager.
my scrip is:

#!/bin/sh

echo “Location: /root/index.html”



Thanks