X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/wordpress.git/blobdiff_plain/76aea3697c6043c1613370f172395b4f65ee71f0..99a64b9fd0d5ebb21c33c3a0b5865e9c412b430c:/wp-atom.php diff --git a/wp-atom.php b/wp-atom.php index 9e20eb68..a83ac7db 100644 --- a/wp-atom.php +++ b/wp-atom.php @@ -1,21 +1,12 @@ \ No newline at end of file +require( './wp-load.php' ); +wp_redirect( get_bloginfo( 'atom_url' ), 301 ); +exit; +?>