From: Rich Bowen Date: Fri, 4 May 2012 20:34:26 +0000 (+0000) Subject: Reverting change, as what I changed it to wasn't technically accurate. X-Git-Tag: 2.5.0-alpha~6901 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebeb7ccedb304b96d9b9d59a100f18147f455c8e;p=thirdparty%2Fapache%2Fhttpd.git Reverting change, as what I changed it to wasn't technically accurate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334163 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index cde189b2bbf..7ba1eddd3f5 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -945,10 +945,9 @@ restriction is required for security reasons.
  • When using the rewrite engine in .htaccess files the per-directory prefix (which always is the same for a specific -directory, except in the case where the directory can be reached by multiple -Aliases) is automatically removed for the RewriteRule pattern matching +directory) is automatically removed for the RewriteRule pattern matching and automatically added after any relative (not starting with a -slash or protocol name) substitution has been performed. +slash or protocol name) substitution encounters the end of a rule set. See the RewriteBase directive for more information regarding what prefix will be added back to relative substitutions.