From 3d57a2b2f52b380546fa39bf043b58f2b01af0cf Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Wed, 27 Mar 2002 09:02:00 +0000 Subject: [PATCH] Correcting some grammar, adding manual-lookup.inc --- urlhowto.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/urlhowto.php b/urlhowto.php index 47534b9e8..c9cc51c50 100644 --- a/urlhowto.php +++ b/urlhowto.php @@ -108,18 +108,19 @@ 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. - -
+custom ".htaccess" file, which redirects the browser to another page +in case of an "Error 401/3/4" and a little search page that looks up +page names or 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: