]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update phrasing as requested by
authorRich Bowen <rbowen@apache.org>
Fri, 4 May 2012 20:29:00 +0000 (20:29 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 4 May 2012 20:29:00 +0000 (20:29 +0000)
https://issues.apache.org/bugzilla/show_bug.cgi?id=53152

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334159 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 7ba1eddd3f598fc38a3341a56f50aa148554d590..cde189b2bbf50d48ad2fc1eccef2070355e5eab0 100644 (file)
@@ -945,9 +945,10 @@ restriction is required for security reasons.</li>
 
 <li>When using the rewrite engine in <code>.htaccess</code> files the
 per-directory prefix (which always is the same for a specific
-directory) is automatically <em>removed</em> for the RewriteRule pattern matching
+directory, except in the case where the directory can be reached by multiple 
+<code>Alias</code>es) 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.
+slash or protocol name) substitution has been performed.
 See the <directive module="mod_rewrite">RewriteBase</directive>
 directive for more information regarding what prefix will be added back to
 relative substitutions.</li>