Hi Eric, On Saturday, May 28, 2005, 12:14:58 AM, you wrote:
EH> I need to have Apache execute a Rebol script that will preprocess an EH> HTML file but I'd like to make it so that instead of the url being EH> www.mysite.com/cgi-bin/handler.r?filename=index.html EH> it could be EH> www.mysite.com/index.html Another way to do it, is to use AddHandler. You can tell Apache to let your CGI script handle all HTML files (or, define a new file type and extension). Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
