
rbowen at apache
Nov 5, 2009, 11:23 AM
Post #1 of 1
(140 views)
Permalink
|
|
svn commit: r833139 - in /httpd/httpd/trunk/docs/manual/rewrite: access.html.en access.xml advanced.html.en advanced.xml avoid.html.en avoid.xml index.html.en index.xml intro.html.en intro.xml remapping.html.en remapping.xml
|
|
Author: rbowen Date: Thu Nov 5 19:23:09 2009 New Revision: 833139 URL: http://svn.apache.org/viewvc?rev=833139&view=rev Log: seealso list in all the various docs. Modified: httpd/httpd/trunk/docs/manual/rewrite/access.html.en httpd/httpd/trunk/docs/manual/rewrite/access.xml httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en httpd/httpd/trunk/docs/manual/rewrite/advanced.xml httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en httpd/httpd/trunk/docs/manual/rewrite/avoid.xml httpd/httpd/trunk/docs/manual/rewrite/index.html.en httpd/httpd/trunk/docs/manual/rewrite/index.xml httpd/httpd/trunk/docs/manual/rewrite/intro.html.en httpd/httpd/trunk/docs/manual/rewrite/intro.xml httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Modified: httpd/httpd/trunk/docs/manual/rewrite/access.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/access.html.en?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/access.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/access.html.en Thu Nov 5 19:23:09 2009 @@ -38,7 +38,7 @@ <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#blocked-inline-images">Forbidding Image "Hotlinking"</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="#host-deny">Denying Hosts in a Blacklist</a></li> -</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li><li><a href="remapping.html">Redirection and remapping</a></li><li><a href="advanced.html">Advanced techniques and tricks</a></li><li><a href="avoid.html">When not to use mod_rewrite</a></li></ul></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">Forbidding Image "Hotlinking"</a></h2> Modified: httpd/httpd/trunk/docs/manual/rewrite/access.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/access.xml?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/access.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/access.xml Thu Nov 5 19:23:09 2009 @@ -42,6 +42,10 @@ </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="advanced.html">Advanced techniques and tricks</a></seealso> +<seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso> <section id="blocked-inline-images"> Modified: httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/advanced.html.en Thu Nov 5 19:23:09 2009 @@ -34,7 +34,7 @@ </div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#sharding">URL-based sharding accross multiple backends</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#on-the-fly-content">On-the-fly Content-Regeneration</a></li> -</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li><li><a href="remapping.html">Redirection and remapping</a></li><li><a href="access.html">Controlling access</a></li><li><a href="avoid.html">When not to use mod_rewrite</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="sharding" id="sharding">URL-based sharding accross multiple backends</a></h2> Modified: httpd/httpd/trunk/docs/manual/rewrite/advanced.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/advanced.xml?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/advanced.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/advanced.xml Thu Nov 5 19:23:09 2009 @@ -39,6 +39,10 @@ </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="advanced.html">Advanced techniques and tricks</a></seealso> --> +<seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso> <section id="sharding"> Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/avoid.html.en Thu Nov 5 19:23:09 2009 @@ -39,7 +39,7 @@ configuration.</p> </div> -<div id="quickview"><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li></ul></div> +<div id="quickview"><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li><li><a href="remapping.html">Redirection and remapping</a></li><li><a href="access.html">Controlling access</a></li><li><a href="advanced.html">Advanced techniques and tricks</a></li></ul></div> </div> <div class="bottomlang"> <p><span>Available Languages: </span><a href="../en/rewrite/avoid.html" title="English"> en </a></p> Modified: httpd/httpd/trunk/docs/manual/rewrite/avoid.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/avoid.xml?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/avoid.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/avoid.xml Thu Nov 5 19:23:09 2009 @@ -46,6 +46,10 @@ </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="advanced.html">Advanced techniques and tricks</a></seealso> +<!-- <seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso> --> </manualpage> Modified: httpd/httpd/trunk/docs/manual/rewrite/index.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.html.en?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/index.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/index.html.en Thu Nov 5 19:23:09 2009 @@ -62,6 +62,8 @@ remapping of URLs</a></li> <li><a href="access.html">Using mod_rewrite to control access</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">Flags</a></li> <li><a href="tech.html">Technical details</a></li> </ul> Modified: httpd/httpd/trunk/docs/manual/rewrite/index.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.xml?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/index.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/index.xml Thu Nov 5 19:23:09 2009 @@ -68,6 +68,8 @@ remapping of URLs</a></li> <li><a href="access.html">Using mod_rewrite to control access</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">Flags</a></li> <li><a href="tech.html">Technical details</a></li> </ul> Modified: httpd/httpd/trunk/docs/manual/rewrite/intro.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.html.en?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/intro.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/intro.html.en Thu Nov 5 19:23:09 2009 @@ -36,10 +36,7 @@ <li><img alt="" src="../images/down.gif" /> <a href="#rewritecond">Rewrite conditions</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#rewritemap">Rewrite maps</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#htaccess">.htaccess files</a></li> -</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module -documentation</a></li><li><a href="tech.html">Technical details</a></li><li><a href="rewrite_guide.html">Practical solutions to common -problems</a></li><li><a href="rewrite_guide_advanced.html">Practical solutions to -advanced problems</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="remapping.html">Redirection and remapping</a></li><li><a href="access.html">Controlling access</a></li><li><a href="advanced.html">Advanced techniques and tricks</a></li><li><a href="avoid.html">When not to use mod_rewrite</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="introduction" id="introduction">Introduction</a></h2> Modified: httpd/httpd/trunk/docs/manual/rewrite/intro.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.xml?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/intro.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/intro.xml Thu Nov 5 19:23:09 2009 @@ -34,13 +34,12 @@ </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="rewrite_guide.html">Practical solutions to common -problems</a></seealso> -<seealso><a href="rewrite_guide_advanced.html">Practical solutions to -advanced problems</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="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 Apache module <module>mod_rewrite</module> is a very powerful and Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en (original) +++ httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Thu Nov 5 19:23:09 2009 @@ -44,7 +44,7 @@ <li><img alt="" src="../images/down.gif" /> <a href="#archive-access-multiplexer">Redirecting to Geographically Distributed Servers</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#browser-dependent-content">Browser Dependent Content</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#canonicalurl">Canonical URLs</a></li> -</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li></ul></div> +</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li><li><a href="access.html">Controlling access</a></li><li><a href="advanced.html">Advanced techniques and tricks</a></li><li><a href="avoid.html">When not to use mod_rewrite</a></li></ul></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" id="old-to-new">From Old to New (internal)</a></h2> Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.xml?rev=833139&r1=833138&r2=833139&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml (original) +++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Thu Nov 5 19:23:09 2009 @@ -41,6 +41,10 @@ </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="advanced.html">Advanced techniques and tricks</a></seealso> +<seealso><a href="avoid.html">When not to use mod_rewrite</a></seealso> <section id="old-to-new">
|