if ($new) { # from http://www.masonhq.com/?FAQ:HTTPAndHTML $m->clear_buffer; $r->method('GET'); $r->headers_in->unset('Content-length'); $r->content_type('text/html'); $r->header_out('Location' => $new); $m->abort(301); }