On Tue, 30 Nov 2004 04:07:30 +0900, GOTOU Yuuzou <gotoyuzo / notwork.org> wrote: [snip] > request_callback = Proc.new{|req, res| > if %r{/show-all.html$} =~ req.path_info > res.set_redirect(WEBrick::HTTPStatus::Found, "show.cgi?all") > end > } Pretty simple.. nice. Thanks Gotou. -- Simon Strandgaard