From: Eric Covener Date: Sat, 20 Aug 2016 18:28:27 +0000 (+0000) Subject: roll back last two commits per PR60024. X-Git-Tag: 2.5.0-alpha~1236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=888138cabfb99f6d9d1892e348d71d9333654b0e;p=thirdparty%2Fapache%2Fhttpd.git roll back last two commits per PR60024. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757019 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 27d5806f8a0..c8615727972 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1092,10 +1092,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 (that is, the URI path that leads to the directory -containing this .htaccess file) -is removed for the RewriteRule pattern matching -and added after any relative (not starting with a +per-directory prefix (which always is the same for a specific +directory) 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 directive for more information regarding what prefix will be added back to