You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2008/03/11 19:20:02 UTC

svn commit: r636048 - in /httpd/httpd/branches/2.2.x/docs/manual/rewrite: rewrite_guide.html.en rewrite_guide.xml rewrite_guide_advanced.html.en rewrite_guide_advanced.xml rewrite_intro.html.en rewrite_intro.xml rewrite_tech.html.en rewrite_tech.xml

Author: slive
Date: Tue Mar 11 11:19:58 2008
New Revision: 636048

URL: http://svn.apache.org/viewvc?rev=636048&view=rev
Log:
Merge r636043 from trunk.

Minor updates on rewrite guide -- mostly linking fixes.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.html.en
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.xml
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.html.en
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.xml
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.xml
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.html.en
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.html.en?rev=636048&r1=636047&r2=636048&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.html.en Tue Mar 11 11:19:58 2008
@@ -14,11 +14,12 @@
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
 <p class="apache">Apache HTTP Server Version 2.2</p>
 <img alt="" src="../images/feather.gif" /></div>
-<div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide</h1>
 <div class="toplang">
-<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../working/rewrite/rewrite_guide.html" hreflang="working" rel="alternate" title="">&nbsp;working&nbsp;</a></p>
 </div>
 
 
@@ -50,11 +51,15 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#uservhosts">Virtual User Hosts</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#redirecthome">Redirect Homedirs For Foreigners</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#redirectanchors">Redirecting Anchors</a></li>
-<li><img alt="" src="../images/down.gif" /> Time-Dependent Rewriting</li>
-<li><img alt="" src="../images/down.gif" /> Backward Compatibility for YYYY to XXXX migration</li>
-<li><img alt="" src="../images/down.gif" /> <a href="#content">Content Handling</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#access">Access Restriction</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#other">Other</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#time-dependent">Time-Dependent Rewriting</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#backward-compatibility">Backward Compatibility for YYYY to XXXX migration</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#old-to-new">From Old to New (intern)</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#old-to-new-extern">From Old to New (extern)</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#static-to-dynamic">From Static to Dynamic</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#blocking-of-robots">Blocking of Robots</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#blocked-inline-images">Blocked Inline-Images</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#proxy-deny">Proxy Deny</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#external-rewriting">External Rewriting Engine</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module
 documentation</a></li><li><a href="rewrite_intro.html">mod_rewrite
 introduction</a></li><li><a href="rewrite_guide_advanced.html">Practical solutions to
@@ -418,7 +423,7 @@
 
     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Time-Dependent Rewriting</h2>
+<h2><a name="time-dependent" id="time-dependent">Time-Dependent Rewriting</a></h2>
 
       
 
@@ -459,7 +464,7 @@
 
     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Backward Compatibility for YYYY to XXXX migration</h2>
+<h2><a name="backward-compatibility" id="backward-compatibility">Backward Compatibility for YYYY to XXXX migration</a></h2>
 
       
 
@@ -502,11 +507,7 @@
 
     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="content" id="content">Content Handling</a></h2>
-
-    
-
-    <h3>From Old to New (intern)</h3>
+<h2><a name="old-to-new" id="old-to-new">From Old to New (intern)</a></h2>
 
       
 
@@ -535,9 +536,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>From Old to New (extern)</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="old-to-new-extern" id="old-to-new-extern">From Old to New (extern)</a></h2>
 
       
 
@@ -567,9 +568,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>From Static to Dynamic</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="static-to-dynamic" id="static-to-dynamic">From Static to Dynamic</a></h2>
 
       
 
@@ -600,14 +601,9 @@
         </dd>
       </dl>
 
-    
-</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="access" id="access">Access Restriction</a></h2>
-
-    
-
-    <h3>Blocking of Robots</h3>
+<h2><a name="blocking-of-robots" id="blocking-of-robots">Blocking of Robots</a></h2>
 
       
 
@@ -643,9 +639,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Blocked Inline-Images</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="blocked-inline-images" id="blocked-inline-images">Blocked Inline-Images</a></h2>
 
       
 
@@ -681,9 +677,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Proxy Deny</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="proxy-deny" id="proxy-deny">Proxy Deny</a></h2>
 
       
 
@@ -718,15 +714,9 @@
         </dd>
       </dl>
 
-    
-
-  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="other" id="other">Other</a></h2>
-
-    
-
-    <h3>External Rewriting Engine</h3>
+<h2><a name="external-rewriting" id="external-rewriting">External Rewriting Engine</a></h2>
 
       
 
@@ -778,11 +768,10 @@
         </dd>
       </dl>
 
-    
-
-  </div></div>
+    </div></div>
 <div class="bottomlang">
-<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a></p>
+<p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../working/rewrite/rewrite_guide.html" hreflang="working" rel="alternate" title="">&nbsp;working&nbsp;</a></p>
 </div><div id="footer">
 <p class="apache">Copyright 2008 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.xml?rev=636048&r1=636047&r2=636048&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide.xml Tue Mar 11 11:19:58 2008
@@ -21,7 +21,7 @@
 -->
 
 <manualpage metafile="rewrite_guide.xml.meta">
-  <parentdocument href="./index.html" />
+  <parentdocument href="./">Rewrite</parentdocument>
 
   <title>URL Rewriting Guide</title>
 
@@ -413,7 +413,7 @@
 
     </section>
 
-    <section>
+    <section id="time-dependent">
 
       <title>Time-Dependent Rewriting</title>
 
@@ -454,7 +454,7 @@
 
     </section>
 
-    <section>
+    <section id="backward-compatibility">
 
       <title>Backward Compatibility for YYYY to XXXX migration</title>
 
@@ -497,11 +497,7 @@
 
     </section>
 
-  <section id="content">
-
-    <title>Content Handling</title>
-
-    <section>
+    <section id="old-to-new">
 
       <title>From Old to New (intern)</title>
 
@@ -532,7 +528,7 @@
 
     </section>
 
-    <section>
+    <section id="old-to-new-extern">
 
       <title>From Old to New (extern)</title>
 
@@ -564,7 +560,7 @@
 
     </section>
 
-    <section>
+    <section id="static-to-dynamic">
 
       <title>From Static to Dynamic</title>
 
@@ -596,13 +592,8 @@
       </dl>
 
     </section>
-</section>
-
-  <section id="access">
-
-    <title>Access Restriction</title>
 
-    <section>
+    <section id="blocking-of-robots">
 
       <title>Blocking of Robots</title>
 
@@ -640,7 +631,7 @@
 
     </section>
 
-    <section>
+    <section id="blocked-inline-images">
 
       <title>Blocked Inline-Images</title>
 
@@ -678,7 +669,7 @@
 
     </section>
 
-    <section>
+    <section id="proxy-deny">
 
       <title>Proxy Deny</title>
 
@@ -715,13 +706,7 @@
 
     </section>
 
-  </section>
-
-  <section id="other">
-
-    <title>Other</title>
-
-    <section>
+    <section id="external-rewriting">
 
       <title>External Rewriting Engine</title>
 
@@ -776,8 +761,6 @@
       </dl>
 
     </section>
-
-  </section>
 
 </manualpage>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.html.en?rev=636048&r1=636047&r2=636048&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.html.en Tue Mar 11 11:19:58 2008
@@ -14,9 +14,9 @@
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
 <p class="apache">Apache HTTP Server Version 2.2</p>
 <img alt="" src="../images/feather.gif" /></div>
-<div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide - Advanced topics</h1>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>URL Rewriting Guide - Advanced topics</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide_advanced.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>
@@ -44,9 +44,20 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#structuredhomedirs">Structured Homedirs</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#filereorg">Filesystem Reorganization</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#redirect404">Redirect Failing URLs To Other Webserver</a></li>
-<li><img alt="" src="../images/down.gif" /> Archive Access Multiplexer</li>
-<li><img alt="" src="../images/down.gif" /> <a href="#content">Content Handling</a></li>
-<li><img alt="" src="../images/down.gif" /> <a href="#access">Access Restriction</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#archive-access-multiplexer">Archive Access Multiplexer</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#browser-depedent-content">Browser Dependent Content</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#dynamic-mirror">Dynamic Mirror</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#reverse-dynamic-mirror">Reverse Dynamic Mirror</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#retrieve-missing-data">Retrieve Missing Data from Intranet</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#load-balancing">Load Balancing</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#new-mime-type">New MIME-type, New Service</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#on-the-fly-content">On-the-fly Content-Regeneration</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#autorefresh">Document With Autorefresh</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#mass-virtual-hosting">Mass Virtual Hosting</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#host-deny">Host Deny</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#proxy-deny">Proxy Deny</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#special-authentication">Special Authentication Variant</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#referer-deflector">Referer-based Deflector</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module
 documentation</a></li><li><a href="rewrite_intro.html">mod_rewrite
 introduction</a></li><li><a href="rewrite_guide.html">Practical solutions to common
@@ -361,7 +372,7 @@
 
     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Archive Access Multiplexer</h2>
+<h2><a name="archive-access-multiplexer" id="archive-access-multiplexer">Archive Access Multiplexer</a></h2>
 
       
 
@@ -414,11 +425,7 @@
 
     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="content" id="content">Content Handling</a></h2>
-
-    
-
-   <h3>Browser Dependent Content</h3>
+<h2><a name="browser-depedent-content" id="browser-depedent-content">Browser Dependent Content</a></h2>
 
       
 
@@ -460,9 +467,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Dynamic Mirror</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="dynamic-mirror" id="dynamic-mirror">Dynamic Mirror</a></h2>
 
       
 
@@ -506,9 +513,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Reverse Dynamic Mirror</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="reverse-dynamic-mirror" id="reverse-dynamic-mirror">Reverse Dynamic Mirror</a></h2>
 
       
 
@@ -528,9 +535,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Retrieve Missing Data from Intranet</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="retrieve-missing-data" id="retrieve-missing-data">Retrieve Missing Data from Intranet</a></h2>
 
       
 
@@ -576,9 +583,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Load Balancing</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="load-balancing" id="load-balancing">Load Balancing</a></h2>
 
       
 
@@ -727,9 +734,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>New MIME-type, New Service</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="new-mime-type" id="new-mime-type">New MIME-type, New Service</a></h2>
 
       
 
@@ -811,9 +818,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>On-the-fly Content-Regeneration</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="on-the-fly-content" id="on-the-fly-content">On-the-fly Content-Regeneration</a></h2>
 
       
 
@@ -854,9 +861,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Document With Autorefresh</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="autorefresh" id="autorefresh">Document With Autorefresh</a></h2>
 
       
 
@@ -1006,9 +1013,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Mass Virtual Hosting</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="mass-virtual-hosting" id="mass-virtual-hosting">Mass Virtual Hosting</a></h2>
 
       
 
@@ -1092,15 +1099,9 @@
         </dd>
       </dl>
 
-    
-
-  </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2><a name="access" id="access">Access Restriction</a></h2>
-
-    
-
-    <h3>Host Deny</h3>
+<h2><a name="host-deny" id="host-deny">Host Deny</a></h2>
 
       
 
@@ -1153,9 +1154,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Proxy Deny</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="proxy-deny" id="proxy-deny">Proxy Deny</a></h2>
 
       
 
@@ -1190,9 +1191,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Special Authentication Variant</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="special-authentication" id="special-authentication">Special Authentication Variant</a></h2>
 
       
 
@@ -1222,9 +1223,9 @@
         </dd>
       </dl>
 
-    
-
-    <h3>Referer-based Deflector</h3>
+    </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="referer-deflector" id="referer-deflector">Referer-based Deflector</a></h2>
 
       
 
@@ -1274,9 +1275,7 @@
         </dd>
       </dl>
 
-    
-
-  </div></div>
+    </div></div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_guide_advanced.html" title="English">&nbsp;en&nbsp;</a></p>
 </div><div id="footer">

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.xml?rev=636048&r1=636047&r2=636048&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_guide_advanced.xml Tue Mar 11 11:19:58 2008
@@ -21,7 +21,7 @@
 -->
 
 <manualpage metafile="rewrite_guide_advanced.xml.meta">
-  <parentdocument href="./index.html" />
+  <parentdocument href="./">Rewrite</parentdocument>
 
   <title>URL Rewriting Guide - Advanced topics</title>
 
@@ -364,7 +364,7 @@
 
     </section>
 
-   <section>
+   <section id="archive-access-multiplexer">
 
       <title>Archive Access Multiplexer</title>
 
@@ -418,11 +418,7 @@
 
     </section>
 
-  <section id="content">
-
-    <title>Content Handling</title>
-
-   <section>
+   <section id="browser-depedent-content">
 
       <title>Browser Dependent Content</title>
 
@@ -466,7 +462,7 @@
 
     </section>
 
-    <section>
+    <section id="dynamic-mirror">
 
       <title>Dynamic Mirror</title>
 
@@ -512,7 +508,7 @@
 
     </section>
 
-    <section>
+    <section id="reverse-dynamic-mirror">
 
       <title>Reverse Dynamic Mirror</title>
 
@@ -534,7 +530,7 @@
 
     </section>
 
-    <section>
+    <section id="retrieve-missing-data">
 
       <title>Retrieve Missing Data from Intranet</title>
 
@@ -582,7 +578,7 @@
 
     </section>
 
-    <section>
+    <section id="load-balancing">
 
       <title>Load Balancing</title>
 
@@ -734,7 +730,7 @@
 
     </section>
 
-    <section>
+    <section id="new-mime-type">
 
       <title>New MIME-type, New Service</title>
 
@@ -818,7 +814,7 @@
 
     </section>
 
-    <section>
+    <section id="on-the-fly-content">
 
       <title>On-the-fly Content-Regeneration</title>
 
@@ -861,7 +857,7 @@
 
     </section>
 
-    <section>
+    <section id="autorefresh">
 
       <title>Document With Autorefresh</title>
 
@@ -1013,7 +1009,7 @@
 
     </section>
 
-    <section>
+    <section id="mass-virtual-hosting">
 
       <title>Mass Virtual Hosting</title>
 
@@ -1100,13 +1096,7 @@
 
     </section>
 
-  </section>
-
-  <section id="access">
-
-    <title>Access Restriction</title>
-
-    <section>
+    <section id="host-deny">
 
       <title>Host Deny</title>
 
@@ -1161,7 +1151,7 @@
 
     </section>
 
-    <section>
+    <section id="proxy-deny">
 
       <title>Proxy Deny</title>
 
@@ -1198,7 +1188,7 @@
 
     </section>
 
-    <section>
+    <section id="special-authentication">
 
       <title>Special Authentication Variant</title>
 
@@ -1230,7 +1220,7 @@
 
     </section>
 
-    <section>
+    <section id="referer-deflector">
 
       <title>Referer-based Deflector</title>
 
@@ -1281,8 +1271,6 @@
       </dl>
 
     </section>
-
-  </section>
 
 </manualpage>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en?rev=636048&r1=636047&r2=636048&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.html.en Tue Mar 11 11:19:58 2008
@@ -14,9 +14,9 @@
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
 <p class="apache">Apache HTTP Server Version 2.2</p>
 <img alt="" src="../images/feather.gif" /></div>
-<div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Introduction</h1>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Introduction</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_intro.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.xml?rev=636048&r1=636047&r2=636048&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_intro.xml Tue Mar 11 11:19:58 2008
@@ -21,7 +21,7 @@
 -->
 
 <manualpage metafile="rewrite_intro.xml.meta">
-<parentdocument href="./index.html"/>
+<parentdocument href="./">Rewrite</parentdocument>
 
   <title>Apache mod_rewrite Introduction</title>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.html.en?rev=636048&r1=636047&r2=636048&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.html.en Tue Mar 11 11:19:58 2008
@@ -14,9 +14,9 @@
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
 <p class="apache">Apache HTTP Server Version 2.2</p>
 <img alt="" src="../images/feather.gif" /></div>
-<div class="up"><a href="./index.html"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
 <div id="path">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Technical Details</h1>
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.2</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Technical Details</h1>
 <div class="toplang">
 <p><span>Available Languages: </span><a href="../en/rewrite/rewrite_tech.html" title="English">&nbsp;en&nbsp;</a></p>
 </div>

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.xml?rev=636048&r1=636047&r2=636048&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/rewrite_tech.xml Tue Mar 11 11:19:58 2008
@@ -21,7 +21,7 @@
 -->
 
 <manualpage metafile="rewrite_tech.xml.meta">
-<parentdocument href="./index.html"/>
+<parentdocument href="./">Rewrite</parentdocument>
 
   <title>Apache mod_rewrite Technical Details</title>