From 74a9c153cc409292a7abab2aaf3dd9bc63003377 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 5 Aug 2016 16:20:45 +0000 Subject: [PATCH] Clarify phrasing, as per bz53152 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755363 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 130c914bc0..c97ec8db69 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1086,8 +1086,9 @@ a user's directory, then you cannot use the rewrite engine. This 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 +per-directory prefix (that is, the URI path that lead to the directory +containing this .htaccess file) +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. See the RewriteBase -- 2.40.0