flatpress/rss.php
real_nowhereman 509efe2188 now redirecting to the correct page.
KNOWN ISSUE: on 404 (no content) output is html!
2008-02-11 07:50:28 +00:00

12 lines
267 B
PHP
Executable File

<?php
// Example of use
require_once 'defaults.php';
require_once (INCLUDES_DIR.'includes.php');
/* backward compatibility */
@utils_status_header(301);
@utils_redirect(str_replace('&amp;','&', theme_feed_link()) . '&' . $_SERVER['QUERY_STRING'], true);
?>