I think the problem is that Windows interprets all .r files as rebol scripts if they are of type text/plain. Make sure your CGI scripts return "Content-type: text/html^/" or something else that cannot be interpreted as plain text.
Hope that helps. ~H Du skrev (12.06 17.10.2001): >Hi Phil, > >yes, for testing purposes i use the script from the /core documentation. > >I think it must have something to do with /view installation which makes an >.r association during installation. > >Don't know where to switch it off in Win98! > >Thorsten > >> Are you using the -cs command line switches ? >> >> Phil >> >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of >> Thorsten Moeller >> Sent: 16 October 2001 11:49 >> To: [EMAIL PROTECTED] >> Subject: [REBOL] Rebol CGI on PWS >> >> >> Hi, >> >> i have a Win98 and PWS running and like to test some Rebol CGI's. >> >> The problem i have is that calling the script ends up in an /View-Console >> Window. >> >> Is there something i missed to configure? >> >> I have /view and /core installed, but poiting to /core in CGI's first >> line. >> >> Can anybody help or knows a place where i can find some docs? >> >> Thorsten >> >> -- >> GMX - Die Kommunikationsplattform im Internet. >> http://www.gmx.net >> >> -- >> To unsubscribe from this list, please send an email to >> [EMAIL PROTECTED] with "unsubscribe" in the >> subject, without the quotes. >> >> -- >> To unsubscribe from this list, please send an email to >> [EMAIL PROTECTED] with "unsubscribe" in the >> subject, without the quotes. >> > >-- >GMX - Die Kommunikationsplattform im Internet. >http://www.gmx.net > >-- >To unsubscribe from this list, please send an email to >[EMAIL PROTECTED] with "unsubscribe" in the >subject, without the quotes. Praetera censeo Carthaginem esse delendam -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
