]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
roll back last two commits per PR60024.
authorEric Covener <covener@apache.org>
Sat, 20 Aug 2016 18:28:27 +0000 (18:28 +0000)
committerEric Covener <covener@apache.org>
Sat, 20 Aug 2016 18:28:27 +0000 (18:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757019 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 27d5806f8a0da33113aaf5b550d4f8a31f3e0590..c8615727972051dc706ff575d1fca451d4331202 100644 (file)
@@ -1092,10 +1092,9 @@ a user's directory, then you cannot use the rewrite engine. This
 restriction is required for security reasons.</li>
 
 <li>When using the rewrite engine in <code>.htaccess</code> files the
-per-directory prefix (that is, the URI path that leads to the directory
-containing this <code>.htaccess</code> file)
-is <em>removed</em> for the RewriteRule pattern matching
-and <em>added</em> after any relative (not starting with a
+per-directory prefix (which always is the same for a specific
+directory) is automatically <em>removed</em> for the RewriteRule pattern matching
+and automatically <em>added</em> after any relative (not starting with a
 slash or protocol name) substitution encounters the end of a rule set.
 See the <directive module="mod_rewrite">RewriteBase</directive>
 directive for more information regarding what prefix will be added back to