--- drutex_pdf.inc 2008-12-03 14:12:39.000000000 +0100 +++ kaka 2008-12-03 14:12:19.000000000 +0100 @@ -110,7 +110,9 @@ drutex_node2pdf($nid); } - drupal_goto($pdf_file); + global $base_url; + header("Location: $base_url/$pdf_file"); + //drupal_goto($pdf_file); } /** @@ -192,7 +194,9 @@ drutex_node2latex($nid); } - drupal_goto($tex_file); + global $base_url; + header("Location: $base_url/$tex_file"); + //drupal_goto($tex_file); } /**