redirect
redirect する場合、http://... じゃないとダメなのかな?
$HTTP["host"] =~ "^(.*)$" {
url.redirect = ( "^/news/\?([0-9]+)$" => "http://%1/news/$1.html",
"^/support/\?(.*)$" => "http://%1/support/$1.html" )
}
とかしてみましたが... 何だか冗長な気が --;)。