From 173a73ac64c591f5ee05896bedee2497228f8afa Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 18 Jul 2011 15:39:12 +0000 Subject: [PATCH] Redirect labels.rdf 404 requests to something slightly related. --- error.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/error.php b/error.php index e61948afb..4c998550e 100644 --- a/error.php +++ b/error.php @@ -416,6 +416,10 @@ $uri_aliases = array ( # CVS -> SVN "anoncvs.php" => "svn", "cvs-php.php" => "svn-php", + + # Things that are annoying, and cluttering up our 404 logs + # Feel free to find a better approach to these + "labels.rdf" => "license", ); $external_redirects = array(