diff --git a/urlhowto.php b/urlhowto.php index f5d2f9771..560ee563e 100644 --- a/urlhowto.php +++ b/urlhowto.php @@ -104,4 +104,24 @@ the query you typed into the URL. An example of this kind of URL is http://php.net/search_for_this.
+
+What enables PHP.net to have this feature is a combination of a
+custom ".htaccess" file, who redirect the browser to another page
+in case of "Error 401/3/4" and a little search page that looks up
+functions names in the manual corresponding to what you searched for in
+http://php.net/search_for_this.
+
+
+
+Everything behind this feature is available here:
+