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

[REBOL] probably OT: Apache and Rebol

From: eric::ehrichweiss::com at: 27-May-2005 18:14

This is probably more of an Apache question that will be handled easiest by using mod_rewrite but here goes... I need to have Apache execute a Rebol script that will preprocess an HTML file but I'd like to make it so that instead of the url being www.mysite.com/cgi-bin/handler.r?filename=index.html it could be www.mysite.com/index.html If I hadn't had such horrible results with webserv.r and POST binary data(images), I would be using that by now and wouldn't have this problem in the least but at this point, I might be willing to recode just so I can do all of this from one single program which I can hack the code to do what I need. That was my original intent. Any pointers?