]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
rewrite/flags.xml: Fix reference; Redirect belongs to mod_alias, not core.
authorDaniel Gruno <humbedooh@apache.org>
Thu, 22 Mar 2012 13:39:19 +0000 (13:39 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 22 Mar 2012 13:39:19 +0000 (13:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1303775 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index ef11a87ac62f6e458e47fc61f61ab2cc9c1dcde4..4be92b7dd973d863b7b3f73f99e01bd5474c25c3 100644 (file)
@@ -499,7 +499,7 @@ use of the [PT] flag causes the result of the <directive
 module="mod_rewrite">RewriteRule</directive> to be passed back through
 URL mapping, so that location-based mappings, such as <directive
 module="mod_alias">Alias</directive>, <directive
-module="core">Redirect</directive>, or <directive 
+module="mod_alias">Redirect</directive>, or <directive 
 module="mod_alias">ScriptAlias</directive>, for example, might have a 
 chance to take effect.
 </p>