X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/7688c6ba71852cd89123b62b2d57683535e4702a..b137f4ce021b4022c56f452c2eafa7abfcef0a7c:/wp-commentsrss2.php?ds=sidebyside 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; +?>