You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2009/11/27 18:45:19 UTC

svn commit: r884921 - in /httpd/httpd/trunk/docs/manual/rewrite: index.html.en index.xml

Author: rbowen
Date: Fri Nov 27 17:45:19 2009
New Revision: 884921

URL: http://svn.apache.org/viewvc?rev=884921&view=rev
Log:
Adds links to the other new documents.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/index.html.en
    httpd/httpd/trunk/docs/manual/rewrite/index.xml

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=884921&r1=884920&r2=884921&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/index.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/index.html.en Fri Nov 27 17:45:19 2009
@@ -55,14 +55,13 @@
 <ul>
 <li><a href="../mod/mod_rewrite.html">mod_rewrite reference
 documentation</a></li>
-<li><a href="intro.html">Introduction to regular expressions and
-mod_rewrite</a></li>
-<li><a href="remapping.html">Using mod_rewrite for redirection and
-remapping of URLs</a></li>
+<li><a href="intro.html">Introduction to regular expressions and mod_rewrite</a></li>
+<li><a href="remapping.html">Using mod_rewrite for redirection and remapping of URLs</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="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="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=884921&r1=884920&r2=884921&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/index.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/index.xml Fri Nov 27 17:45:19 2009
@@ -61,14 +61,13 @@
 <ul>
 <li><a href="../mod/mod_rewrite.html">mod_rewrite reference
 documentation</a></li>
-<li><a href="intro.html">Introduction to regular expressions and
-mod_rewrite</a></li>
-<li><a href="remapping.html">Using mod_rewrite for redirection and
-remapping of URLs</a></li>
+<li><a href="intro.html">Introduction to regular expressions and mod_rewrite</a></li>
+<li><a href="remapping.html">Using mod_rewrite for redirection and remapping of URLs</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="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="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>