X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3e7fab96d7874067884348df10bbdcdefa4a89ad..ae01624bdce6b71c47e08e8a0287de58284a6b73:/wp-rss.php diff --git a/wp-rss.php b/wp-rss.php index 6f08ee8d..af2427ad 100644 --- a/wp-rss.php +++ b/wp-rss.php @@ -1,10 +1,12 @@ \ No newline at end of file +require( './wp-load.php' ); +wp_redirect( get_bloginfo( 'rss_url' ), 301 ); +exit; +?>