From 509efe2188d73a2d5c2cfe0031bff8d5f89857c9 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Mon, 11 Feb 2008 07:50:28 +0000 Subject: [PATCH] now redirecting to the correct page. KNOWN ISSUE: on 404 (no content) output is html! --- rss.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rss.php b/rss.php index b5376d5..3b62bd6 100755 --- a/rss.php +++ b/rss.php @@ -5,8 +5,7 @@ require_once (INCLUDES_DIR.'includes.php'); /* backward compatibility */ - @utils_status_header(301); - @utils_redirect('?'. str_replace('&','&', theme_feed_link()) . '&' . $_SERVER['QUERY_STRING']); + @utils_redirect(str_replace('&','&', theme_feed_link()) . '&' . $_SERVER['QUERY_STRING'], true); ?>