[REBOL] Problems with scripts Webserver, Webserv and Rebweb.
From: mdb:gci at: 10-Aug-2000 14:45
Hello,
I've downloaded the scripts from rebol.org and the script library and i'm
not getting them all to work?
None of them work with the simple CGI script from Elan's book.
#!d:/rebol/rebol.exe -csi
REBOL[]
print { Content-Type: text/html^/^/
Welcome to my first REBOL CGI Script.}
I have got the script to work with Apache and PWS (here i had to take out
the first line).
Also Webserv won't display even an html document.
Any ideas??
Mike.