diff options
Diffstat (limited to 'docs/manual/rewrite/rewritemap.xml')
-rw-r--r-- | docs/manual/rewrite/rewritemap.xml | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index d8bd1a8bdc..ff26edee6d 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -155,17 +155,15 @@ may be used, and give examples of each.</p> the following:</p> <example><title>Product to ID map</title> - <pre> -## -## productmap.txt - Product to ID map file -## - -television 993 -stereo 198 -fishingrod 043 -basketball 418 +##<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> </example> <p>Thus, when <code>http://example.com/product/television</code> is @@ -208,14 +206,12 @@ telephone 328 else is sent to one of the 'dynamic' pool.</p> <example><title>Rewrite map file</title> - <pre> -## -## map.txt -- rewriting map -## - -static www1|www2|www3|www4 +##<br /> +## map.txt -- rewriting map<br /> +##<br /> +<br /> +static www1|www2|www3|www4<br /> dynamic www5|www6 -</pre> </example> <example><title>Configuration directives</title> |