1. mod_rewrite was spelled mod_rewite
2. mod_alias was spelled alias
Patch included for 2.2.
With regards,
Daniel.
Index: remapping.xml
===================================================================
--- remapping.xml (revision 1301510)
+++ remapping.xml (working copy)
@@ -249,7 +249,7 @@
<Directory> block or in a .htaccess file), so that the
<code>-f</code> checks are looking at the correct directory path.
You may need to set a <directive
- module="mod_rewite">RewriteBase</directive> directive to specify the
+ module="mod_rewrite">RewriteBase</directive> directive to specify the
directory base that you're working in.</p>
</dd>
</dl>
@@ -275,7 +275,7 @@
<dd>
<p>The very best way to solve this doesn't involve mod_rewrite at all,
-but rather uses the <directive module="alias">Redirect</directive>
+but rather uses the <directive module="mod_alias">Redirect</directive>
directive placed in a virtual host for the non-canonical
hostname(s).</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]