]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Rewritemaps use the ${map:key} notation
authorAndré Malo <nd@apache.org>
Thu, 23 Jun 2005 05:21:53 +0000 (05:21 +0000)
committerAndré Malo <nd@apache.org>
Thu, 23 Jun 2005 05:21:53 +0000 (05:21 +0000)
* `build all`

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@193076 13f79535-47bb-0310-9956-ffa450edef68

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

index de49b9b88ccca96a170b68345d1ecdde198d87ce..0dec94569eb6ef9513e4c4ff9877471e0ba29c49 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 104971:151405 (outdated) -->
+<!-- English Revision: 104971:193033 (outdated) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
index cc066042dfc2f0a5cfa9febd5b4fbfebecb1bbb7..c0a3115f62fbb547f670efb2014fa26371d4c163 100644 (file)
@@ -978,7 +978,7 @@ Apache 2.0.41 and later</td></tr>
       <code class="directive">RewriteRule</code> as follows:</p>
 
       <div class="example"><p><code>
-      RewriteRule ^/ex/(.*) %{examplemap:$1}
+      RewriteRule ^/ex/(.*) ${examplemap:$1}
       </code></p></div>
 
       <p>The following combinations for <em>MapType</em> and
index fb9d8cba16d65a9b9bff3474be818d888986603f..1740f153f0730a7721d371a12604d854892e4506 100644 (file)
@@ -507,7 +507,7 @@ Apache 2.0.41 and later</compatibility>
       <directive>RewriteRule</directive> as follows:</p>
 
       <example>
-      RewriteRule ^/ex/(.*) %{examplemap:$1}
+      RewriteRule ^/ex/(.*) ${examplemap:$1}
       </example>
 
       <p>The following combinations for <em>MapType</em> and