]> granicus.if.org Git - apache/commitdiff
rebuild
authorRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 15:05:02 +0000 (15:05 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 16 Mar 2012 15:05:02 +0000 (15:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1301577 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en

index e624dc57345be704ab8bdd2e257fa2cb4bad684d..a98e69a023e2da78d6b39ace3de6a160888fd4da 100644 (file)
@@ -32,7 +32,7 @@ URLs on the fly</td></tr>
 <h3>Summary</h3>
 
        <p>The <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> module uses a rule-based rewriting
-      engine, based on a regular-expression parser, to rewrite requested URLs on
+      engine, based on a PCRE regular-expression parser, to rewrite requested URLs on
       the fly. By default, <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> maps a URL to a filesystem
       path. However, it can also be used to redirect one URL to another URL, or
       to invoke an internal proxy fetch.</p>