]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Fri, 13 Apr 2012 09:30:57 +0000 (09:30 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 13 Apr 2012 09:30:57 +0000 (09:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1325684 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/intro.html.en

index 036da765b2c5164c083c82de1880302be099071e..de1ad8058c3959b5f62559f1cd29dc1f99e3b3b1 100644 (file)
@@ -168,7 +168,9 @@ of three arguments separated by spaces. The arguments are</p>
 <p>The <var>Pattern</var> is always a <a href="#regex">regular
 expression</a> matched against the URL-Path of the incoming request
 (the part after the hostname but before any question mark indicating
-the beginning of a query string).</p>
+the beginning of a query string) or, in per-directory context, against 
+the request's path relative to the directory for which the rule is 
+defined.</p>
 
 <p class="figure">
       <img src="../images/syntax_rewriterule.png" alt="Syntax of the RewriteRule directive" /><br />