From: Simon Strandgaard Date: 2004-11-30T04:18:19+09:00 Subject: Re: [WEBrick] howto rewrite url On Tue, 30 Nov 2004 04:07:30 +0900, GOTOU Yuuzou 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