From: Tony Stevenson Date: Fri, 8 Feb 2008 01:34:51 +0000 (+0000) Subject: As per PR 44135 X-Git-Tag: 2.3.0~1001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5710e61dbe00c6dfbed3c015a0bf0c6cfd704a01;p=thirdparty%2Fapache%2Fhttpd.git As per PR 44135 Feeling brave mucking with the rewrite docs =) setenvif -> added link to rewrite.html#rewritecond rewrite -> added a see also so the rewrite flags stood out a little more. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619726 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 868484c6750..661c8c51f41 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
    @@ -1238,6 +1241,7 @@ cannot use $N in the substitution string!
    +

    Additionally you can set special actions to be performed by appending [flags] as the third argument to the RewriteRule @@ -1513,6 +1517,7 @@ cannot use $N in the substitution string! +

    Home directory expansion

    When the substitution string begins with a string resembling "/~user" (via explicit text or backreferences), mod_rewrite performs diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 6c4a0df271e..62234517a18 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 @@ -1253,6 +1255,7 @@ cannot use $N in the substitution string! +

    Additionally you can set special actions to be performed by appending [flags] @@ -1532,6 +1535,7 @@ cannot use $N in the substitution string! + Home directory expansion

    When the substitution string begins with a string resembling "/~user" (via explicit text or backreferences), mod_rewrite performs diff --git a/docs/manual/mod/mod_setenvif.html.en b/docs/manual/mod/mod_setenvif.html.en index d306c43381c..e1092269186 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 b6f03ed6a75..9712c78ae99 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.