now redirecting to the correct page.

KNOWN ISSUE: on 404 (no content) output is html!
This commit is contained in:
real_nowhereman 2008-02-11 07:50:28 +00:00
parent c0764a5553
commit 509efe2188

View File

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