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 2010/03/09 21:51:21 UTC

svn commit: r921119 - in /httpd/httpd/trunk/docs/manual/rewrite: remapping.html.en remapping.xml

Author: rbowen
Date: Tue Mar  9 20:51:21 2010
New Revision: 921119

URL: http://svn.apache.org/viewvc?rev=921119&view=rev
Log:
Typo

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en
    httpd/httpd/trunk/docs/manual/rewrite/remapping.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en?rev=921119&r1=921118&r2=921119&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Tue Mar  9 20:51:21 2010
@@ -272,7 +272,7 @@ RewriteRule ^(.*).html$ $1.php
 
 <p>The very best way to solve this doesn't involve mod_rewrite at all,
 but rather uses the <code class="directive"><a href="../mod/alias.html#redirect">Redirect</a></code>
-directive places in a virtual host for the non-canonical
+directive placed in a virtual host for the non-canonical
 hostname(s).</p>
 
 <div class="example"><pre>

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.xml?rev=921119&r1=921118&r2=921119&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Tue Mar  9 20:51:21 2010
@@ -273,7 +273,7 @@ RewriteRule ^(.*).html$ $1.php
 
 <p>The very best way to solve this doesn't involve mod_rewrite at all,
 but rather uses the <directive module="alias">Redirect</directive>
-directive places in a virtual host for the non-canonical
+directive placed in a virtual host for the non-canonical
 hostname(s).</p>
 
 <example><pre>