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