
rbowen at apache
Nov 7, 2009, 9:40 AM
Post #1 of 1
(56 views)
Permalink
|
|
svn commit: r833721 - in /httpd/httpd/trunk/docs/manual/rewrite: remapping.html.en remapping.xml
|
|
Author: rbowen Date: Sat Nov 7 17:40:28 2009 New Revision: 833721 URL: http://svn.apache.org/viewvc?rev=833721&view=rev Log: Typo correction. Thanks Lucien. 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=833721&r1=833720&r2=833721&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Sat Nov 7 17:40:28 2009 @@ -235,7 +235,7 @@ by taking advantage of the order of execution of the ruleset. In particular, mod_rewrite evaluates the left-hand-side of the RewriteRule before it evaluates the RewriteCond directives. - Consequently, $1 is already defined by the time the RewriteRule + 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 (<code>document.php</code>) files using the same base filename.</p> Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.xml?rev=833721&r1=833720&r2=833721&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Sat Nov 7 17:40:28 2009 @@ -237,7 +237,7 @@ by taking advantage of the order of execution of the ruleset. In particular, mod_rewrite evaluates the left-hand-side of the RewriteRule before it evaluates the RewriteCond directives. - Consequently, $1 is already defined by the time the RewriteRule + 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 (<code>document.php</code>) files using the same base filename.</p>
|