You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2008/03/17 15:38:02 UTC

svn commit: r637906 - /httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en

Author: jim
Date: Mon Mar 17 07:38:01 2008
New Revision: 637906

URL: http://svn.apache.org/viewvc?rev=637906&view=rev
Log:
docco sync

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en?rev=637906&r1=637905&r2=637906&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en Mon Mar 17 07:38:01 2008
@@ -207,7 +207,7 @@
 was matched by the expression inside the parenthesis in
 the <var>Pattern</var>. For example, a request
 for <code>http://example.com/product/r14df/view</code> will be mapped
-to the path <code>/var/web/productdbr14df</code>.</p>
+to the path <code>/var/web/productdb/r14df</code>.</p>
 
 <p>If there is more than one expression in parenthesis, they are
 available in order in the
@@ -219,7 +219,7 @@
 <div class="section">
 <h2><a name="flags" id="flags">Rewrite Flags</a></h2>
 <p>The behavior of a <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> can be modified by the
-application of one more flags to the end of the rule. For example, the
+application of one or more flags to the end of the rule. For example, the
 matching behavior of a rule can be made case-insensitive by the
 application of the <code>[NC]</code> flag:
 </p>
@@ -298,7 +298,7 @@
 files</a> at the expense of some additional complexity. This technique
 is called per-directory rewrites.</p>
 
-<p>The main difference with per-directory rewrites is that the path
+<p>The main difference with per-server rewrites is that the path
 prefix of the directory containing the <code>.htaccess</code> file is
 stripped before matching in
 the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>. In addition, the <code class="directive"><a href="../mod/mod_rewrite.html#rewritebase">RewriteBase</a></code> should be used to assure the request is properly mapped.</p>