]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Repeated 'RewriteRule'
authorVincent Bray <noodl@apache.org>
Thu, 29 Nov 2007 22:37:31 +0000 (22:37 +0000)
committerVincent Bray <noodl@apache.org>
Thu, 29 Nov 2007 22:37:31 +0000 (22:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@599609 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index 8d8f669fb36b85dce1abe7f7826c187e3d3dbf27..b0ada9bb3ba5dbc32e762918add58d00cb872d2a 100644 (file)
@@ -1212,7 +1212,7 @@ cannot use <code>$N</code> in the substitution string!
         so backreferences will be unescaped at the time they are applied.
         Using the B flag, non-alphanumeric characters in backreferences
         will be escaped.  For example, consider the rule:</p>
-        <pre><code> RewriteRule RewriteRule ^(.*)$   index.php?show=$1 </code></pre>
+        <pre><code> RewriteRule ^(.*)$ index.php?show=$1 </code></pre>
         <p>This will map <code>/C++</code> to <code>index.php?show=C++</code>.
         But it will also map <code>/C%2b%2b</code> to
         <code>index.php?show=C++</code>, because the <code>%2b</code>
index 404f111a366ed7202a904bc79713ef8909929ac6..a03637ef6daa25a760a13cd0a16f797c2319aa8f 100644 (file)
@@ -1228,7 +1228,7 @@ cannot use <code>$N</code> in the substitution string!
         so backreferences will be unescaped at the time they are applied.
         Using the B flag, non-alphanumeric characters in backreferences
         will be escaped.  For example, consider the rule:</p>
-        <pre><code> RewriteRule RewriteRule ^(.*)$   index.php?show=$1 </code></pre>
+        <pre><code> RewriteRule ^(.*)$ index.php?show=$1 </code></pre>
         <p>This will map <code>/C++</code> to <code>index.php?show=C++</code>.
         But it will also map <code>/C%2b%2b</code> to
         <code>index.php?show=C++</code>, because the <code>%2b</code>