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); ?>