From: Eric Covener Date: Wed, 3 Dec 2014 01:32:15 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.11~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e4fb34067d726bd0ac6ade6f097f0fe9d8e594;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1643037 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 786f31fedf9..8169988ab2c 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1041,8 +1041,10 @@ a RewriteCond. never has a leading slash. Therefore, a Pattern with ^/ never matches in per-directory context. -
  • Although rewrite rules are syntactically permitted in <Location> and <Files> sections, this -should never be necessary and is unsupported.
  • +
  • Although rewrite rules are syntactically permitted in <Location> and <Files> 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.