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:34:27 UTC

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

Author: rbowen
Date: Fri May  4 20:34:26 2012
New Revision: 1334163

URL: http://svn.apache.org/viewvc?rev=1334163&view=rev
Log:
Reverting change, as what I changed it to wasn't technically accurate.

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=1334163&r1=1334162&r2=1334163&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:34:26 2012
@@ -945,10 +945,9 @@ 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, 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
+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 has been performed.
+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
 relative substitutions.</li>