
lgentis at apache
Nov 8, 2009, 5:56 AM
Post #1 of 1
(169 views)
Permalink
|
|
svn commit: r833878 - /httpd/httpd/trunk/docs/manual/rewrite/remapping.xml
|
|
Author: lgentis Date: Sun Nov 8 13:56:00 2009 New Revision: 833878 URL: http://svn.apache.org/viewvc?rev=833878&view=rev Log: Little typos. Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.xml?rev=833878&r1=833877&r2=833878&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Sun Nov 8 13:56:00 2009 @@ -239,7 +239,7 @@ RewriteRule before it evaluates the RewriteCond directives. Consequently, $1 is already defined by the time the RewriteCond directives are evaluated. This allows us to test for the existence - of the the original (<code>document.html</code>) and target + of the original (<code>document.html</code>) and target (<code>document.php</code>) files using the same base filename.</p> <p>This ruleset is designed to use in a per-directory context (In a @@ -366,7 +366,7 @@ <p>Looking at the hostname of the requesting client, we determine which country they are coming from. If we can't do a lookup on their IP address, we fall back to a default server.</p> - <p>We'll use <directive module="mod_rewrite">RewriteMap</directive> + <p>We'll use a <directive module="mod_rewrite">RewriteMap</directive> directive to build a list of servers that we wish to use.</p> <example><pre>
|