X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8a06f4f9392d1ac373442f82ee40428a3cb81395..ae01624bdce6b71c47e08e8a0287de58284a6b73:/wp-commentsrss2.php diff --git a/wp-commentsrss2.php b/wp-commentsrss2.php index 9c3b230f..280766ed 100644 --- a/wp-commentsrss2.php +++ b/wp-commentsrss2.php @@ -1,23 +1,12 @@ \ No newline at end of file +require( './wp-load.php' ); +wp_redirect( get_bloginfo( 'comments_rss2_url' ), 301 ); +exit; +?>