From 94065a5a686506f9921beea72eb948423def881b Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 4 May 2012 20:29:00 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.
  • -- 2.47.3