Removing legacy files.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-05-22 10:22:24 +00:00
parent 7e72257add
commit 70d50f40aa
3 changed files with 0 additions and 36 deletions

View File

@ -1,12 +0,0 @@
<?php
require_once ('./wp-config.php');
if (!empty($_SERVER["QUERY_STRING"])) {
$location = get_bloginfo('rdf_url').'?'.$_SERVER["QUERY_STRING"];
}
else {
$location = get_bloginfo('rdf_url');
}
header('HTTP/1.0 301 Moved Permanently');
header('Location: ' . $location . "\n");
exit;
?>

View File

@ -1,12 +0,0 @@
<?php
require_once ('./wp-config.php');
if (!empty($_SERVER["QUERY_STRING"])) {
$location = get_bloginfo('rss_url').'?'.$_SERVER["QUERY_STRING"];
}
else {
$location = get_bloginfo('rss_url');
}
header('HTTP/1.0 301 Moved Permanently');
header('Location: ' . $location . "\n");
exit;
?>

View File

@ -1,12 +0,0 @@
<?php
require_once ('./wp-config.php');
if (!empty($_SERVER["QUERY_STRING"])) {
$location = get_bloginfo('rss2_url').'?'.$_SERVER["QUERY_STRING"];
}
else {
$location = get_bloginfo('rss2_url');
}
header('HTTP/1.0 301 Moved Permanently');
header('Location: ' . $location . "\n");
exit;
?>