From: Rich Bowen Date: Fri, 4 May 2012 20:29:00 +0000 (+0000) Subject: Update phrasing as requested by X-Git-Tag: 2.5.0-alpha~6902 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94065a5a686506f9921beea72eb948423def881b;p=thirdparty%2Fapache%2Fhttpd.git Update phrasing as requested by https://issues.apache.org/bugzilla/show_bug.cgi?id=53152 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334159 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 7ba1eddd3f5..cde189b2bbf 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -945,9 +945,10 @@ 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) is automatically removed for the RewriteRule pattern matching +directory, except in the case where the directory can be reached by multiple +Aliases) is automatically removed for the RewriteRule pattern matching and automatically added after any relative (not starting with a -slash or protocol name) substitution encounters the end of a rule set. +slash or protocol name) substitution has been performed. See the RewriteBase directive for more information regarding what prefix will be added back to relative substitutions.