Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: View and the Internet

From: arolls:bigpond:au at: 7-Sep-2001 21:32

You need to put it where you keep your other html files. It doesn't need to go in cgi-bin; it is not a server-side script. The client simply reads the file as if it was any other document. If the client then chooses to execute it is a matter of choice. I am assuming you are ftp'ing your file up to your website. Just send it where your index.html is, for starters. Then, assuming you access your site with: http://www.yoursite.com/blah/index.html Just open a rebol console and type: do http://www.yoursite.com/blah/yourscript.r