From: Rich Bowen Date: Tue, 16 Aug 2016 23:41:54 +0000 (+0000) Subject: Grammar tweaks, as per BZ59999 X-Git-Tag: 2.5.0-alpha~1273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6059add64557f80a29a9e7b34636119569f2b45;p=thirdparty%2Fapache%2Fhttpd.git Grammar tweaks, as per BZ59999 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756567 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 8b95f4d7392..27d5806f8a0 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1092,10 +1092,10 @@ 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 (that is, the URI path that lead to the directory +per-directory prefix (that is, the URI path that leads 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 +is removed for the RewriteRule pattern matching +and added after any relative (not starting with a 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