Commit:    824b15e6e86e5155ff1247d66bec674f7b776da5
Author:    Hannes Magnusson <[email protected]>         Mon, 23 Dec 2013 
18:14:32 -0800
Parents:   913d3fa2cf83087a58c781bf0faa0ca6338bfabd
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=824b15e6e86e5155ff1247d66bec674f7b776da5

Log:
Redirect old links to the tips page to urlhowto

Changed paths:
  M  error.php


Diff:
diff --git a/error.php b/error.php
index 39433af..7f30b14 100644
--- a/error.php
+++ b/error.php
@@ -443,6 +443,10 @@ $uri_aliases = array (
     # Bugfixes
     "array_sort"    => "sort", // #64743
     "array-sort"    => "sort", // #64743
+
+    # Removed pages
+    "tips.php"      => "urlhowto",
+    "tips"          => "urlhowto",
 );
 
 $external_redirects = array(


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to