From: Eric Covener Date: Sat, 11 Dec 2010 23:13:45 +0000 (+0000) Subject: fix copy/paste error X-Git-Tag: 2.3.10~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=255170fcfa26e92958ab3d9bcfeea2ff10f647f3;p=apache fix copy/paste error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044738 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 061beb53a0..4896f4dcfa 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -167,7 +167,7 @@ later
InheritBefore

Like Inherit above, but the rules from the parent scope - are applied after rules specified in the child scope. + are applied before rules specified in the child scope. Available in Apache HTTP Server 2.3.10 and later.