From 416a85f30da20ee31db1c797343bb5fe376a33fd Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 18 May 2010 22:30:54 +0000 Subject: [PATCH] Add the rewritemap doc to the seealso navigation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945934 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/access.xml | 1 + docs/manual/rewrite/advanced.xml | 1 + docs/manual/rewrite/avoid.html.en | 5 +++-- docs/manual/rewrite/avoid.xml | 6 ++++-- docs/manual/rewrite/flags.xml | 9 +++++++- docs/manual/rewrite/htaccess.xml | 1 + docs/manual/rewrite/index.xml | 1 + docs/manual/rewrite/intro.xml | 3 +++ docs/manual/rewrite/proxy.xml | 1 + docs/manual/rewrite/remapping.xml | 1 + docs/manual/rewrite/rewritemap.xml | 33 ++++++++---------------------- docs/manual/rewrite/tech.xml | 9 +++++++- docs/manual/rewrite/vhosts.xml | 1 + 13 files changed, 42 insertions(+), 30 deletions(-) diff --git a/docs/manual/rewrite/access.xml b/docs/manual/rewrite/access.xml index 85ac561982..6c514ce6a3 100644 --- a/docs/manual/rewrite/access.xml +++ b/docs/manual/rewrite/access.xml @@ -46,6 +46,7 @@ configuration. Virtual hosts Proxying +RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/advanced.xml b/docs/manual/rewrite/advanced.xml index 7f04784430..49d1116b1d 100644 --- a/docs/manual/rewrite/advanced.xml +++ b/docs/manual/rewrite/advanced.xml @@ -43,6 +43,7 @@ configuration. Controlling access Virtual hosts Proxying +RewriteMap When not to use mod_rewrite diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index 3c2d21d8a7..4ebc1a0452 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -78,7 +78,7 @@ and /one/three/four.html.

Redirect /one/ http://one.example.com/

-

To redirect http URLs to https, do the +

To redirect http URLs to https, do the following:

@@ -133,7 +133,8 @@ server.

top

Virtual Hosting

-

Virtual Hosts

+

Although it is possible to handle virtual hosts +with mod_rewrite, it is

top

Simple Proxying

diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index f32fbda8cf..7d3ee5c4aa 100644 --- a/docs/manual/rewrite/avoid.xml +++ b/docs/manual/rewrite/avoid.xml @@ -52,6 +52,7 @@ configuration.

Controlling access Virtual hosts Proxying +RewriteMap Advanced techniques and tricks @@ -87,7 +88,7 @@ and /one/three/four.html.

Redirect /one/ http://one.example.com/ -

To redirect http URLs to https, do the +

To redirect http URLs to https, do the following:

@@ -142,7 +143,8 @@ server.

Virtual Hosting -

Virtual Hosts

+

Although it is possible to handle virtual hosts +with mod_rewrite, it is

Simple Proxying diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index d0e4af10a1..5efbafa7d0 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -32,7 +32,14 @@ providing detailed explanations and examples.

Module documentation -Technical details +mod_rewrite introduction +Redirection and remapping +Controlling access +Virtual hosts +Proxying +RewriteMap +Advanced techniques and tricks +When not to use mod_rewrite
Introduction

A RewriteRule can have diff --git a/docs/manual/rewrite/htaccess.xml b/docs/manual/rewrite/htaccess.xml index 28e3c8bfa5..c6e3101f16 100644 --- a/docs/manual/rewrite/htaccess.xml +++ b/docs/manual/rewrite/htaccess.xml @@ -39,6 +39,7 @@ and how to deal with these changes.

Virtual hosts Proxying +RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/index.xml b/docs/manual/rewrite/index.xml index d8527704b1..184364952b 100644 --- a/docs/manual/rewrite/index.xml +++ b/docs/manual/rewrite/index.xml @@ -66,6 +66,7 @@ documentation
  • Using mod_rewrite to control access
  • Dynamic virtual hosts with mod_rewrite
  • Dynamic proxying with mod_rewrite
  • +
  • RewriteMap
  • Advanced techniques and tricks
  • When NOT to use mod_rewrite
  • RewriteRule Flags
  • diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index f7f90a6699..d304f056ab 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -38,6 +38,9 @@ but this doc should help the beginner get their feet wet. Redirection and remapping Controlling access +Virtual hosts +Proxying +RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/proxy.xml b/docs/manual/rewrite/proxy.xml index acbe9ae9c4..46782a9ed3 100644 --- a/docs/manual/rewrite/proxy.xml +++ b/docs/manual/rewrite/proxy.xml @@ -39,6 +39,7 @@ A number of recipes are provided that describe common scenarios.

    Controlling access Virtual hosts +RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml index 5705dff5ee..144fd710ea 100644 --- a/docs/manual/rewrite/remapping.xml +++ b/docs/manual/rewrite/remapping.xml @@ -45,6 +45,7 @@ configuration. Controlling access Virtual hosts Proxying +RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index fffda13470..0ef432f502 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -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. - - Module documentation - - - mod_rewrite introduction - - - Redirection and remapping - - - Controlling access - - - Virtual hosts - - - Proxying - - - Advanced techniques and tricks - - - When not to use mod_rewrite - + Module documentation + mod_rewrite introduction + Redirection and remapping + Controlling access + Virtual hosts + Proxying + Advanced techniques and tricks + When not to use mod_rewrite +
    Introduction

    The RewriteMap directive defines a diff --git a/docs/manual/rewrite/tech.xml b/docs/manual/rewrite/tech.xml index b0fcb4d8fd..d788e9a45f 100644 --- a/docs/manual/rewrite/tech.xml +++ b/docs/manual/rewrite/tech.xml @@ -30,7 +30,14 @@ and URL matching.

    Module documentation -mod_rewrite detailed examples +mod_rewrite introduction +Redirection and remapping +Controlling access +Virtual hosts +Proxying +RewriteMap +Advanced techniques and tricks +When not to use mod_rewrite
    Internal Processing diff --git a/docs/manual/rewrite/vhosts.xml b/docs/manual/rewrite/vhosts.xml index b9e4284c07..507e6727d5 100644 --- a/docs/manual/rewrite/vhosts.xml +++ b/docs/manual/rewrite/vhosts.xml @@ -44,6 +44,7 @@ mod_rewrite. Controlling access Proxying +RewriteMap Advanced techniques and tricks When not to use mod_rewrite -- 2.40.0