X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..b137f4ce021b4022c56f452c2eafa7abfcef0a7c:/wp-rss2.php diff --git a/wp-rss2.php b/wp-rss2.php index ba84ce99..de75c239 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -1,21 +1,12 @@ \ No newline at end of file +require( './wp-load.php' ); +wp_redirect( get_bloginfo( 'rss2_url' ), 301 ); +exit; +?>