You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/05/04 22:29:01 UTC

svn commit: r1334159 - /httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Author: rbowen
Date: Fri May  4 20:29:00 2012
New Revision: 1334159

URL: http://svn.apache.org/viewvc?rev=1334159&view=rev
Log:
Update phrasing as requested by
https://issues.apache.org/bugzilla/show_bug.cgi?id=53152

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=1334159&r1=1334158&r2=1334159&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Fri May  4 20:29:00 2012
@@ -945,9 +945,10 @@ restriction is required for security rea
 
 <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>