url.redirect = ( "^/(.*)" => "http://www.mydomain.com/$1" )
$HTTP["host"] =~ "^www\.(.*)" { url.redirect = ( "^/(.*)" => "http://%1/$1" ) }