From: Tony Stevenson Date: Fri, 8 Feb 2008 01:36:45 +0000 (+0000) Subject: Backporting to 2.0 X-Git-Tag: 2.0.64~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170f345d0fb33761555eef808f94a5dea6fe4117;p=thirdparty%2Fapache%2Fhttpd.git Backporting to 2.0 As per PR 44135 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@619728 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 9b130f4b5b8..2468322d837 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -73,6 +73,9 @@ URLs on the fly
  • Quoting Special Characters
  • Environment Variables
  • Practical Solutions
  • +

    See also

    +
    top
    diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index d3a7724b0b3..af02cb747b1 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -56,6 +56,8 @@ URLs on the fly detailed mod_rewrite documentation.

    +Rewrite Flags +
    API Phases

    Apache processes a HTTP request in several phases. diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 03664679f1c..08d01bbf201 100644 --- a/docs/manual/mod/mod_setenvif.html.en +++ b/docs/manual/mod/mod_setenvif.html.en @@ -173,7 +173,9 @@ respect to case

  • Request_URI - the resource requested on the HTTP request line -- generally the portion of the URL - following the scheme and host portion without the query string
  • + following the scheme and host portion without the query string. See + mod_rewrite + for extra information on how to match your query string. diff --git a/docs/manual/mod/mod_setenvif.xml b/docs/manual/mod/mod_setenvif.xml index f78abfe3db9..d4ce8406654 100644 --- a/docs/manual/mod/mod_setenvif.xml +++ b/docs/manual/mod/mod_setenvif.xml @@ -168,7 +168,9 @@ respect to case
  • Request_URI - the resource requested on the HTTP request line -- generally the portion of the URL - following the scheme and host portion without the query string
  • + following the scheme and host portion without the query string. See + mod_rewrite + for extra information on how to match your query string.