You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2023/01/20 17:35:10 UTC

svn commit: r1906839 - /httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Author: rbowen
Date: Fri Jan 20 17:35:10 2023
New Revision: 1906839

URL: http://svn.apache.org/viewvc?rev=1906839&view=rev
Log:
Fix incorrect syntax in <directive> tag.

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=1906839&r1=1906838&r2=1906839&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Fri Jan 20 17:35:10 2023
@@ -1163,15 +1163,15 @@ follow the rules of the <em>directory</e
 
 <li>By default, mod_rewrite overrides rules when <a href="../sections.html#merging">
 merging sections</a> belonging to the same context. The <directive
-module="rewrite">RewriteOptions</directive> directive can change this behavior,
+module="mod_rewrite">RewriteOptions</directive> directive can change this behavior,
 for example using the <em>Inherit</em> setting.</li>
 
-<li>The <directive module="rewrite">RewriteOptions</directive> also regulates the
+<li>The <directive module="mod_rewrite">RewriteOptions</directive> also regulates the
 behavior of sections that are stated at the same nesting level of the configuration. In the
 following example, by default only the RewriteRules stated in the second 
 <directive module="core">If</directive> block
 are considered, since the first ones are overridden. Using <directive
-module="rewrite">RewriteOptions</directive> Inherit forces mod_rewrite to merge the two
+module="mod_rewrite">RewriteOptions</directive> Inherit forces mod_rewrite to merge the two
 sections and consider both set of statements, rather than only the last one.</li>
 </ul>
 <example>