From 6f5dcefae78b667c81f55f0965890298dcaa1ed2 Mon Sep 17 00:00:00 2001 From: Justin Freeman Date: Thu, 6 Jul 2023 17:08:56 +1000 Subject: [PATCH] CIVICRM-2150 CiviCRM 5.63.0 regression, Mailing click tracking now returns: Error 500 malformed header from script 'url.php': Bad header for all tracked URLs --- extern/url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/url.php b/extern/url.php index 370a1fe5d2..1c1fac3b32 100644 --- a/extern/url.php +++ b/extern/url.php @@ -54,6 +54,6 @@ if (strlen($query_string) > 0) { $url = str_replace('&', '&', $url); // CRM-17953 - The CMS is not bootstrapped so cannot use CRM_Utils_System::redirect -header('X-Robots-Tag', 'noindex'); +header('X-Robots-Tag: noindex'); header('Location: ' . $url); CRM_Utils_System::civiExit(); -- 2.25.1