]> granicus.if.org Git - apache/commitdiff
Typo correction. Thanks Lucien.
authorRich Bowen <rbowen@apache.org>
Sat, 7 Nov 2009 17:40:28 +0000 (17:40 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 7 Nov 2009 17:40:28 +0000 (17:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833721 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.html.en
docs/manual/rewrite/remapping.xml

index 087b86ffaf3581de18c1a3e667a7161928e3ac4e..0de5937df2c904d94346fcbbbda673f815a33dff 100644 (file)
@@ -235,7 +235,7 @@ RewriteRule ^(.*).html$ $1.php
     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>
index 428aafd2b208fe113c7bf13d9fac45d8cf8a200c..cd77cd24ce1e1e40d5c6b9f499288d6851602344 100644 (file)
@@ -237,7 +237,7 @@ RewriteRule ^(.*).html$ $1.php
     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>