You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2014/12/06 17:36:54 UTC

[BACKUP] svn commit: r1643037 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en

Author: covener
Date: 2014-12-03 01:32:15 +0000 (Wed, 03 Dec 2014)
New Revision: r1643037

URL: http://svn.apache.org/r1643037
Log:

xforms



Modified:
    /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en

Index: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en
===================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en	(revision 1643036)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.html.en	(revision 1643037)
@@ -1041,8 +1041,10 @@
 <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>