diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml index a44debd99f..e9c059c77e 100644 --- a/docs/manual/mod/mod_substitute.xml +++ b/docs/manual/mod/mod_substitute.xml @@ -166,7 +166,7 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i" SubstituteInheritBefore Change the merge order of inherited patterns SubstituteInheritBefore on|off -SubstituteInheritBefore off +SubstituteInheritBefore on directory .htaccess FileInfo @@ -176,9 +176,9 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"

Whether to apply the inherited Substitute patterns first (on), or after the ones of the current context (off). - The former was the default in versions 2.4 and earlier, but changed + The latter was the default in versions 2.4 and earlier, but changed starting with 2.5, hence SubstituteInheritBefore - set to on allows to restore the legacy behaviour. + set to off allows to restore the legacy behaviour. SubstituteInheritBefore is itself inherited, hence contexts that inherit it (those that don't specify their own SubstituteInheritBefore value) will apply the