I was playing with mod_rewrite, trying to duplicate the 'hooks' stuff
for directories in tclhttpd, and came up with the following:

RewriteEngine on
RewriteRule /dtcl/(.*) /examples.ttml?file=$1

Where everything beyond /dtcl/ gets bounced to, in this case
examples.ttml.  I guess it doesn't go straight to procs, but you can
still get much of the same functionality, even if it's a tad less
clean.  Anyone who has used tclhttpd care to comment?

-- 
David N. Welton
Free Software: http://people.debian.org/~davidw/
   Apache Tcl: http://tcl.apache.org/
     Personal: http://www.efn.org/~davidw/
         Work: http://www.innominate.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to