1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Redirect labels.rdf 404 requests to something slightly related.

This commit is contained in:
Philip Olson
2011-07-18 15:39:12 +00:00
parent 8bc81338de
commit 173a73ac64

View File

@@ -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(