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

[REBOL] A bit OT: CGI question

From: robert:muench:robertmuench at: 19-Feb-2002 20:58

Hi, I use a Rebol script that takes the input from a form and sends an email and returns a confirmation page to the client. The rebol script is located in cgi-bin/ directory the web pages are located in a html/ directory. The problem is that the references inside the confirmation page a now all relative to the cgi-bin/ directory and not to the html/ directory. Any idea how this can be fixed? Next thing is that the displayed URL in the address entry field, shows the link & name of the Rebol cgi script and not the URL of the conformation page. Robert