]> granicus.if.org Git - apache/commitdiff
xforms
authorEric Covener <covener@apache.org>
Wed, 3 Dec 2014 01:32:15 +0000 (01:32 +0000)
committerEric Covener <covener@apache.org>
Wed, 3 Dec 2014 01:32:15 +0000 (01:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1643037 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en

index 786f31fedf95c1e40717b318eb101449781853f2..8169988ab2c001d0620dd77e1525e6dcd302891d 100644 (file)
@@ -1041,8 +1041,10 @@ a <code class="directive">RewriteCond</code>.</li>
 <em>never</em> has a leading slash.  Therefore, a <em>Pattern</em> with <code>^/</code> never
 matches in per-directory context.</li>
 
-<li>Although rewrite rules are syntactically permitted in <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> and <code class="directive"><a href="../mod/core.html#files">&lt;Files&gt;</a></code> sections, this
-should never be necessary and is unsupported.</li>
+<li>Although rewrite rules are syntactically permitted in <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> and <code class="directive"><a href="../mod/core.html#files">&lt;Files&gt;</a></code> sections
+(including their regular expression counterparts), this
+should never be necessary and is unsupported. A likely feature
+to break in these contexts is relative substitutions.</li>
 </ul>
 </div>