]> granicus.if.org Git - apache/commitdiff
Add the rewritemap doc to the seealso navigation.
authorRich Bowen <rbowen@apache.org>
Tue, 18 May 2010 22:30:54 +0000 (22:30 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 18 May 2010 22:30:54 +0000 (22:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945934 13f79535-47bb-0310-9956-ffa450edef68

13 files changed:
docs/manual/rewrite/access.xml
docs/manual/rewrite/advanced.xml
docs/manual/rewrite/avoid.html.en
docs/manual/rewrite/avoid.xml
docs/manual/rewrite/flags.xml
docs/manual/rewrite/htaccess.xml
docs/manual/rewrite/index.xml
docs/manual/rewrite/intro.xml
docs/manual/rewrite/proxy.xml
docs/manual/rewrite/remapping.xml
docs/manual/rewrite/rewritemap.xml
docs/manual/rewrite/tech.xml
docs/manual/rewrite/vhosts.xml

index 85ac56198253b7addb093919926b7d2d7868a10c..6c514ce6a310d4b14e15850140c36413fe69b7d0 100644 (file)
@@ -46,6 +46,7 @@ configuration.</note>
 <!-- <seealso><a href="access.html">Controlling access</a></seealso> -->
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
 
index 7f04784430b4aeb3df44a605c1c04501b0d9c378..49d1116b1ded9e7b5dfb0821d2d8979a7cdb13b2 100644 (file)
@@ -43,6 +43,7 @@ configuration.</note>
 <seealso><a href="access.html">Controlling access</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <!--<seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>-->
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
 
index 3c2d21d8a7224dc34896c994b5242931a8c1105f..4ebc1a0452b398a1e4901193ea553a8a57ab84db 100644 (file)
@@ -78,7 +78,7 @@ and <code>/one/three/four.html</code>.</p>
 Redirect /one/ http://one.example.com/
 </code></p></div>
 
-<p id="http2https">To redirect <code>http</code> URLs to <code>https</code>, do the
+<p>To redirect <code>http</code> URLs to <code>https</code>, do the
 following:</p>
 
 <div class="example"><p><code>
@@ -133,7 +133,8 @@ server.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="vhosts" id="vhosts">Virtual Hosting</a></h2>
-<p>Virtual Hosts</p>
+<p>Although it is possible to handle <a href="vhosts.html">virtual hosts
+with mod_rewrite</a>, it is </p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="proxy" id="proxy">Simple Proxying</a></h2>
index f32fbda8cf49722b7c5319b2339b30055e3105b3..7d3ee5c4aa1c22a2712b4b88888a46a3f99ed308 100644 (file)
@@ -52,6 +52,7 @@ configuration.</p>
 <seealso><a href="access.html">Controlling access</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
 <!--<seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>-->
 
@@ -87,7 +88,7 @@ and <code>/one/three/four.html</code>.</p>
 Redirect /one/ http://one.example.com/
 </example>
 
-<p id="http2https">To redirect <code>http</code> URLs to <code>https</code>, do the
+<p>To redirect <code>http</code> URLs to <code>https</code>, do the
 following:</p>
 
 <example>
@@ -142,7 +143,8 @@ server.</p>
 </section>
 
 <section id="vhosts"><title>Virtual Hosting</title>
-<p>Virtual Hosts</p>
+<p>Although it is possible to handle <a href="vhosts.html">virtual hosts
+with mod_rewrite</a>, it is </p>
 </section>
 
 <section id="proxy"><title>Simple Proxying</title>
index d0e4af10a1addf7549ec6432996e431460b8901e..5efbafa7d03f90c5131a4d0fa92f3d7652f91e85 100644 (file)
@@ -32,7 +32,14 @@ providing detailed explanations and examples.</p>
 </summary>
 
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
-<seealso><a href="tech.html">Technical details</a></seealso>
+<seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
+<seealso><a href="remapping.html">Redirection and remapping</a></seealso>
+<seealso><a href="access.html">Controlling access</a></seealso>
+<seealso><a href="vhosts.html">Virtual hosts</a></seealso>
+<seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
+<seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
+<seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
 
 <section id="introduction"><title>Introduction</title>
 <p>A <directive module="mod_rewrite">RewriteRule</directive> can have
index 28e3c8bfa558e0a2df79b8a29f1cb74ed35d6ba3..c6e3101f166c117ab6b0ac15b138345b9bd8a254 100644 (file)
@@ -39,6 +39,7 @@ and how to deal with these changes.</p>
 <!-- <seealso><a href="access.html">Controlling access</a></seealso> -->
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
 
index d8527704b104f57e1b90066d48c3952d36ce9dbb..184364952be97b884c5432c9dcd2c251e8facdac 100644 (file)
@@ -66,6 +66,7 @@ documentation</a></li>
 <li><a href="access.html">Using mod_rewrite to control access</a></li>
 <li><a href="vhosts.html">Dynamic virtual hosts with mod_rewrite</a></li>
 <li><a href="proxy.html">Dynamic proxying with mod_rewrite</a></li>
+<li><a href="rewritemap.html">RewriteMap</a></li>
 <li><a href="advanced.html">Advanced techniques and tricks</a></li>
 <li><a href="avoid.html">When <strong>NOT</strong> to use mod_rewrite</a></li>
 <li><a href="flags.html">RewriteRule Flags</a></li>
index f7f90a669913378bd2c7f0620b398074d861ae97..d304f056abb40401be45c0dc0954cca04be020c0 100644 (file)
@@ -38,6 +38,9 @@ but this doc should help the beginner get their feet wet.
 <!-- <seealso><a href="intro.html">mod_rewrite introduction</a></seealso> -->
 <seealso><a href="remapping.html">Redirection and remapping</a></seealso>
 <seealso><a href="access.html">Controlling access</a></seealso>
+<seealso><a href="vhosts.html">Virtual hosts</a></seealso>
+<seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
 
index acbe9ae9c422268f7ec89ea7c0bd86f5574301c3..46782a9ed320e381af00141a531077a231498b42 100644 (file)
@@ -39,6 +39,7 @@ A number of recipes are provided that describe common scenarios.</p>
 <seealso><a href="access.html">Controlling access</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <!--<seealso><a href="proxy.html">Proxying</a></seealso>-->
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
 
index 5705dff5ee8999d8b5b670e5306c5b8a2aec68ab..144fd710ea7d5274415dcf38a56d7fed18070098 100644 (file)
@@ -45,6 +45,7 @@ configuration.</note>
 <seealso><a href="access.html">Controlling access</a></seealso>
 <seealso><a href="vhosts.html">Virtual hosts</a></seealso>
 <seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
 
index fffda13470bcfaa16a4d461a03d62e90cee280e9..0ef432f502214116366cb5a7748f1490fa5a0e62 100644 (file)
@@ -31,30 +31,15 @@ particular server configuration, so it's important that you understand
 them, rather than merely cutting and pasting the examples into your
 configuration.</note>
   </summary>
-  <seealso>
-    <a href="../mod/mod_rewrite.html">Module documentation</a>
-  </seealso>
-  <seealso>
-    <a href="intro.html">mod_rewrite introduction</a>
-  </seealso>
-  <seealso>
-    <a href="remapping.html">Redirection and remapping</a>
-  </seealso>
-  <seealso>
-    <a href="access.html">Controlling access</a>
-  </seealso>
-  <seealso>
-    <a href="vhosts.html">Virtual hosts</a>
-  </seealso>
-  <seealso>
-    <a href="proxy.html">Proxying</a>
-  </seealso>
-  <seealso>
-    <a href="advanced.html">Advanced techniques and tricks</a>
-  </seealso>
-  <seealso>
-    <a href="avoid.html">When not to use mod_rewrite</a>
-  </seealso>
+  <seealso> <a href="../mod/mod_rewrite.html">Module documentation</a> </seealso>
+  <seealso> <a href="intro.html">mod_rewrite introduction</a> </seealso>
+  <seealso> <a href="remapping.html">Redirection and remapping</a> </seealso>
+  <seealso> <a href="access.html">Controlling access</a> </seealso>
+  <seealso> <a href="vhosts.html">Virtual hosts</a> </seealso>
+  <seealso> <a href="proxy.html">Proxying</a> </seealso>
+  <seealso> <a href="advanced.html">Advanced techniques and tricks</a> </seealso>
+  <seealso> <a href="avoid.html">When not to use mod_rewrite</a> </seealso>
+
   <section id="introduction">
     <title>Introduction</title>
     <p>The <directive>RewriteMap</directive> directive defines a
index b0fcb4d8fd584ab4d7025434b15b958edd1a625b..d788e9a45f9de3997ed31fca386cf32b7d794f18 100644 (file)
 and URL matching.</p>
 </summary>
 <seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>
-<seealso><a href="index.html">mod_rewrite detailed examples</a></seealso>
+<seealso><a href="intro.html">mod_rewrite introduction</a></seealso>
+<seealso><a href="remapping.html">Redirection and remapping</a></seealso>
+<seealso><a href="access.html">Controlling access</a></seealso>
+<seealso><a href="vhosts.html">Virtual hosts</a></seealso>
+<seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
+<seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
+<seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>
 
 <section id="Internal"><title>Internal Processing</title>
 
index b9e4284c0787f20ea6aace529e19e2c18359b237..507e6727d5c83e556fd4f46c9e31f3b12a4046b7 100644 (file)
@@ -44,6 +44,7 @@ mod_rewrite.</note>
 <seealso><a href="access.html">Controlling access</a></seealso>
 <!--<seealso><a href="vhosts.html">Virtual hosts</a></seealso>-->
 <seealso><a href="proxy.html">Proxying</a></seealso>
+<seealso><a href="rewritemap.html">RewriteMap</a></seealso>
 <seealso><a href="advanced.html">Advanced techniques and tricks</a></seealso>
 <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso>