From: Tony Stevenson Date: Fri, 8 Feb 2008 01:35:57 +0000 (+0000) Subject: Backporting to 2.2 X-Git-Tag: 2.2.9~373 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d59bf2411813bc67a3ba1b77e33262319d15ee;p=thirdparty%2Fapache%2Fhttpd.git Backporting to 2.2 As per PR 44135 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@619727 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 56ad2f8da92..c9b85368ac0 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -71,6 +71,9 @@ URLs on the fly
  • Environment Variables
  • Rewriting in Virtual Hosts
  • Practical Solutions
  • +

    See also

    +
    top
    diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 51639991ee5..511f9f330b9 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 +
    Quoting Special Characters

    As of Apache 1.3.20, special characters in diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index 6a1c897d5a2..3206d6c87de 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 9771b8476fe..b0c9510d949 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.