web/wp-rss2.php
author cavaliet@caf4f556-3d62-0410-8435-a86758001935
Wed, 07 Apr 2010 13:11:04 +0000
changeset 179 cd4c37c65a2c
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 );

?>