[REBOL] Re: http 404 header
From: al:bri:xtra at: 4-Jan-2003 11:38
Hallvard wrote:
> But it still doesn't work. Darn!
> From the apache error log:
> malformed header from script. Bad header=HTTP/1.1 303 See Other
After a little experimentation with Rebol as the "browser", I found that 302
Found works better for me than 303 See Other (thanks to Andrea!).
Found: func [URL [url!]] [
print rejoin [
Rebol/options/cgi/server-protocol " 302 Found" newline
"Location: " URL newline
]
quit
]
And I still can't see Rebol sending multiple headers. I think there might be
something wong with your Apache set up for CGI?
Andrew Martin
ICQ: 26227169 http://valley.150m.com/