]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
"Search pages" => "Search for pages"
authorRich Bowen <rbowen@apache.org>
Wed, 13 Aug 2008 01:39:28 +0000 (01:39 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 13 Aug 2008 01:39:28 +0000 (01:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@685413 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/rewrite_guide.html.en
docs/manual/rewrite/rewrite_guide.xml

index 705eeb8aa5e2ad2052d2633d157a888989a086d0..c571fcbac5f0f3c489a4d1849f486ca28369a4a0 100644 (file)
@@ -45,7 +45,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#moveddocroot">Moved <code>DocumentRoot</code></a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#trailingslash">Trailing Slash Problem</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#movehomedirs">Move Homedirs to Different Webserver</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#multipledirs">Search pages in more than one directory</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#multipledirs">Search for pages in more than one directory</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#setenvvars">Set Environment Variables According To URL Parts</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#uservhosts">Virtual User Hosts</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#redirecthome">Redirect Homedirs For Foreigners</a></li>
@@ -282,7 +282,7 @@ RewriteRule   ^/~(.+)  http://<strong>newserver</strong>/~$1  [R,L]
 
     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="multipledirs" id="multipledirs">Search pages in more than one directory</a></h2>
+<h2><a name="multipledirs" id="multipledirs">Search for pages in more than one directory</a></h2>
 
       
 
index ff21d5f6fbb11498b29e61590a6ec1903b2d6677..8b55dcf9d76f403de3ce1751cf52de07ab217c9c 100644 (file)
@@ -276,7 +276,7 @@ RewriteRule   ^/~(.+)  http://<strong>newserver</strong>/~$1  [R,L]
 
     <section id="multipledirs">
 
-      <title>Search pages in more than one directory</title>
+      <title>Search for pages in more than one directory</title>
 
       <dl>
         <dt>Description:</dt>