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

[REBOL] Re: [REBOL.org] -- REBsite access

From: SunandaDH:aol at: 26-Jul-2004 6:08

Anton:
> So you think it would be good if the browser would > pass the cgi parameters to the run script as > script arguments ?
Yes I do. Reb, as a user-agent, should not be crippled by being only able to access a subset of all available URLs.
> That seems eminently solvable with a custom > read-thru and path-thru, which reencode the url, > replacing characters illegal for filenames, like '?' etc.
On Apache, you could work around the problem with URL rewriting. Or using the "redirect_*" cgi-variables in a custom 404 handler (if your server implements them -- http://httpd.apache.org/docs-2.0/custom-error.html ) But both cases limit dynamic Reb sites to Apache hosts. That's not ideal, given REBOL's usual cross-platform flair. Sunanda.