web/wp-rss2.php
author hurons@caf4f556-3d62-0410-8435-a86758001935
Mon, 17 May 2010 16:24:41 +0000
changeset 184 c61ffc45f1a7
parent 136 bde1974c263b
permissions -rw-r--r--
(none)

<?php
/**
 * Redirects to the RSS2 feed
 * This file is deprecated and only exists for backwards compatibility
 *
 * @package WordPress
 */

require( './wp-load.php' );
wp_redirect( get_bloginfo( 'rss2_url' ), 301 );

?>