From ebeb7ccedb304b96d9b9d59a100f18147f455c8e Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 4 May 2012 20:34:26 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index cde189b2bb..7ba1eddd3f 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.
  • -- 2.40.0