<%perl> use Apache2::SubRequest; my $url_root = $m->comp("SELF:url_root"); $r->internal_redirect("$url_root/tableviewer"); $m->auto_send_headers(0); $m->clear_buffer; $m->abort;