From: Rich Bowen Date: Wed, 19 May 2010 00:43:45 +0000 (+0000) Subject: Minor tweak: Rename links to 'Using RewriteMap' rather than 'RewriteMap'. X-Git-Tag: 2.3.6~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8567252916c28182f577fe82f390360a2cd2396c;p=thirdparty%2Fapache%2Fhttpd.git Minor tweak: Rename links to 'Using RewriteMap' rather than 'RewriteMap'. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945974 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index ca158d8c166..9248dff9730 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -39,7 +39,7 @@ configuration.
  • Blocking of Robots
  • Denying Hosts in a Blacklist
  • Referer-based Deflector
  • -

    See also

    +

    See also

    top

    Forbidding Image "Hotlinking"

    diff --git a/docs/manual/rewrite/access.xml b/docs/manual/rewrite/access.xml index 6c514ce6a31..60e3c5fcfa1 100644 --- a/docs/manual/rewrite/access.xml +++ b/docs/manual/rewrite/access.xml @@ -46,7 +46,7 @@ configuration. Virtual hosts Proxying -RewriteMap +Using RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/advanced.html.en b/docs/manual/rewrite/advanced.html.en index 3f25a47b7d0..5116f268640 100644 --- a/docs/manual/rewrite/advanced.html.en +++ b/docs/manual/rewrite/advanced.html.en @@ -40,7 +40,7 @@ configuration.
  • Redirecting Anchors
  • Time-Dependent Rewriting
  • Set Environment Variables Based On URL Parts
  • -

    See also

    +

    See also

    top

    URL-based sharding accross multiple backends

    diff --git a/docs/manual/rewrite/advanced.xml b/docs/manual/rewrite/advanced.xml index 49d1116b1de..3347929241a 100644 --- a/docs/manual/rewrite/advanced.xml +++ b/docs/manual/rewrite/advanced.xml @@ -43,7 +43,7 @@ configuration. Controlling access Virtual hosts Proxying -RewriteMap +Using RewriteMap When not to use mod_rewrite diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index 26a35ce03bd..7c473958b74 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -46,7 +46,7 @@ configuration.

  • Virtual Hosting
  • Simple Proxying
  • Environment Variable Testing
  • -

    See also

    +

    See also

    top

    Simple Redirection

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

    Controlling access Virtual hosts Proxying -RewriteMap +Using RewriteMap Advanced techniques and tricks diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index af3e3a1a857..e8addb906cb 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -47,7 +47,7 @@ providing detailed explanations and examples.

  • R|redirect
  • S|skip
  • T|type
  • -

    See also

    +

    See also

    top

    Introduction

    diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 5efbafa7d03..01a9254cb9c 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -37,7 +37,7 @@ providing detailed explanations and examples.

    Controlling access Virtual hosts Proxying -RewriteMap +Using RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/htaccess.html.en b/docs/manual/rewrite/htaccess.html.en index 890729cdffe..c9ac880f92f 100644 --- a/docs/manual/rewrite/htaccess.html.en +++ b/docs/manual/rewrite/htaccess.html.en @@ -28,7 +28,7 @@ the way that the rules change when you use mod_rewrite in .htaccess files, and how to deal with these changes.

    -

    See also

    +

    See also

    Available Languages:  en 

    diff --git a/docs/manual/rewrite/htaccess.xml b/docs/manual/rewrite/htaccess.xml index c6e3101f166..b67dfaaff62 100644 --- a/docs/manual/rewrite/htaccess.xml +++ b/docs/manual/rewrite/htaccess.xml @@ -39,7 +39,7 @@ and how to deal with these changes.

    Virtual hosts Proxying -RewriteMap +Using RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/index.html.en b/docs/manual/rewrite/index.html.en index aa24e353bed..6678276052c 100644 --- a/docs/manual/rewrite/index.html.en +++ b/docs/manual/rewrite/index.html.en @@ -60,7 +60,7 @@ documentation
  • Using mod_rewrite to control access
  • Dynamic virtual hosts with mod_rewrite
  • Dynamic proxying with mod_rewrite
  • -
  • RewriteMap
  • +
  • Using RewriteMap
  • Advanced techniques and tricks
  • When NOT to use mod_rewrite
  • RewriteRule Flags
  • diff --git a/docs/manual/rewrite/index.xml b/docs/manual/rewrite/index.xml index 184364952be..1bf257184b3 100644 --- a/docs/manual/rewrite/index.xml +++ b/docs/manual/rewrite/index.xml @@ -66,7 +66,7 @@ documentation
  • Using mod_rewrite to control access
  • Dynamic virtual hosts with mod_rewrite
  • Dynamic proxying with mod_rewrite
  • -
  • RewriteMap
  • +
  • Using RewriteMap
  • Advanced techniques and tricks
  • When NOT to use mod_rewrite
  • RewriteRule Flags
  • diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en index 0ba78c598d3..cf7c14f0d4c 100644 --- a/docs/manual/rewrite/intro.html.en +++ b/docs/manual/rewrite/intro.html.en @@ -36,7 +36,7 @@ but this doc should help the beginner get their feet wet.
  • Rewrite Conditions
  • Rewrite maps
  • .htaccess files
  • -

    See also

    +

    See also

    top

    Introduction

    diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml index 4d5027e02d1..01d0ceb0a85 100644 --- a/docs/manual/rewrite/intro.xml +++ b/docs/manual/rewrite/intro.xml @@ -40,7 +40,7 @@ but this doc should help the beginner get their feet wet. Controlling access Virtual hosts Proxying -RewriteMap +Using RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/proxy.html.en b/docs/manual/rewrite/proxy.html.en index 9835aed9a49..d08de4589a6 100644 --- a/docs/manual/rewrite/proxy.html.en +++ b/docs/manual/rewrite/proxy.html.en @@ -28,7 +28,7 @@ how to use the RewriteRule's [P] flag to proxy content to another server. A number of recipes are provided that describe common scenarios.

    -

    See also

    +

    See also

    top

    Proxying Content with mod_rewrite

    diff --git a/docs/manual/rewrite/proxy.xml b/docs/manual/rewrite/proxy.xml index 46782a9ed32..8d94a5f95f0 100644 --- a/docs/manual/rewrite/proxy.xml +++ b/docs/manual/rewrite/proxy.xml @@ -39,7 +39,7 @@ A number of recipes are provided that describe common scenarios.

    Controlling access Virtual hosts -RewriteMap +Using RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index 52ff8c3b0df..e875737e5fa 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -46,7 +46,7 @@ configuration.
  • Canonical URLs
  • Moved DocumentRoot
  • Fallback Resource
  • -

    See also

    +

    See also

    top

    From Old to New (internal)

    diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml index 144fd710ea7..aff2465aed2 100644 --- a/docs/manual/rewrite/remapping.xml +++ b/docs/manual/rewrite/remapping.xml @@ -45,7 +45,7 @@ configuration. Controlling access Virtual hosts Proxying -RewriteMap +Using RewriteMap Advanced techniques and tricks When not to use mod_rewrite diff --git a/docs/manual/rewrite/tech.html.en b/docs/manual/rewrite/tech.html.en index d9ffb399fc3..fa45ace7314 100644 --- a/docs/manual/rewrite/tech.html.en +++ b/docs/manual/rewrite/tech.html.en @@ -28,7 +28,7 @@ and URL matching.

    +

    See also

    top

    Internal Processing

    diff --git a/docs/manual/rewrite/tech.xml b/docs/manual/rewrite/tech.xml index d788e9a45f9..fe5f563b514 100644 --- a/docs/manual/rewrite/tech.xml +++ b/docs/manual/rewrite/tech.xml @@ -35,7 +35,7 @@ and URL matching.

    Controlling access Virtual hosts Proxying -RewriteMap +Using RewriteMap Advanced techniques and tricks When not to use mod_rewrite