now redirecting to the correct page.
KNOWN ISSUE: on 404 (no content) output is html!
This commit is contained in:
parent
c0764a5553
commit
509efe2188
3
rss.php
3
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);
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user