summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/rewritemap.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-01-14 22:18:27 +0100
committerRich Bowen <rbowen@apache.org>2011-01-14 22:18:27 +0100
commitacfa13d2e83ad18f972f7d6e090f2ff85d12794f (patch)
tree55404f17874a32c3d8861544540a96ed42f15061 /docs/manual/rewrite/rewritemap.html.en
parentXML error. (diff)
downloadapache2-acfa13d2e83ad18f972f7d6e090f2ff85d12794f.tar.xz
apache2-acfa13d2e83ad18f972f7d6e090f2ff85d12794f.zip
Rebuild HTML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1059175 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite/rewritemap.html.en')
-rw-r--r--docs/manual/rewrite/rewritemap.html.en34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en
index e35a7dc6a4..febcf95c11 100644
--- a/docs/manual/rewrite/rewritemap.html.en
+++ b/docs/manual/rewrite/rewritemap.html.en
@@ -155,17 +155,17 @@ may be used, and give examples of each.</p>
<p>The file <code>/etc/apache2/productmap.txt</code> then contains
the following:</p>
- <div class="example"><h3>Product to ID map</h3><pre>
-##
-## productmap.txt - Product to ID map file
-##
-
-television 993
-stereo 198
-fishingrod 043
-basketball 418
+ <div class="example"><h3>Product to ID map</h3><p><code>
+##<br />
+## productmap.txt - Product to ID map file<br />
+##<br />
+<br />
+television 993<br />
+stereo 198<br />
+fishingrod 043<br />
+basketball 418<br />
telephone 328
-</pre></div>
+ </code></p></div>
<p>Thus, when <code>http://example.com/product/television</code> is
requested, the <code>RewriteRule</code> is applied, and the request
@@ -207,14 +207,14 @@ telephone 328
to one of the servers in the 'static' pool, while everything
else is sent to one of the 'dynamic' pool.</p>
- <div class="example"><h3>Rewrite map file</h3><pre>
-##
-## map.txt -- rewriting map
-##
-
-static www1|www2|www3|www4
+ <div class="example"><h3>Rewrite map file</h3><p><code>
+##<br />
+## map.txt -- rewriting map<br />
+##<br />
+<br />
+static www1|www2|www3|www4<br />
dynamic www5|www6
-</pre></div>
+ </code></p></div>
<div class="example"><h3>Configuration directives</h3><p><code>
RewriteMap servers rnd:/path/to/file/map.txt<br />