From: Daniel Gruno Date: Sat, 1 Sep 2012 06:51:01 +0000 (+0000) Subject: backport r1379335: Add Redirect* to the list of directives that are controlled by... X-Git-Tag: 2.2.24~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e2dddf92a13181243073a2418030bf009e15243;p=thirdparty%2Fapache%2Fhttpd.git backport r1379335: Add Redirect* to the list of directives that are controlled by AllowOverride FileInfo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1379697 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 8a892a12683..b0dfcdc95d8 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -420,7 +420,12 @@ NoDecode option available in 2.2.18 and later. module="mod_rewrite">RewriteOptions, RewriteBase, RewriteCond, RewriteRule) and + module="mod_rewrite">RewriteRule), + mod_alias directives (Redirect, RedirectTemp, RedirectPermanent, RedirectMatch), and Action from mod_actions.