--- print.pages.inc.original 2009-10-30 09:49:18.000000000 -0700 +++ print.pages.inc 2009-10-30 09:50:37.000000000 -0700 @@ -393,7 +393,7 @@ function _print_rewrite_urls($matches) { } // Because base href is the original page, change the link to // still be usable inside the print page - $matches[1] = str_replace($url, $_GET['q'] . $url, $matches[1]); + $matches[1] = str_replace($url, '/' . $_GET['q'] . $url, $matches[1]); } else { // URL is relative, convert it into absolute URL