Author: covener
Date: Sat Dec 11 23:13:45 2010
New Revision: 1044738
URL: http://svn.apache.org/viewvc?rev=1044738&view=rev
Log:
fix copy/paste error
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=1044738&r1=1044737&r2=1044738&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Sat Dec 11 23:13:45 2010
@@ -167,7 +167,7 @@ later</compatibility>
<dt><code>InheritBefore</code></dt>
<dd>
<p> Like <code>Inherit</code> above, but the rules from the parent
scope
- are applied <strong>after</strong> rules specified in the child scope.
+ are applied <strong>before</strong> rules specified in the child scope.
Available in Apache HTTP Server 2.3.10 and later.</p>
</dd>
|