X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..f6364df6999f38896cc58171ec4a503f4f2dedcf:/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; +?>