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