From: Rich Bowen Date: Fri, 2 Mar 2012 12:52:47 +0000 (+0000) Subject: Correct the statement of how query string ordering works with the QSA X-Git-Tag: 2.5.0-alpha~7423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77d9a99e8454e746d69765944df4beb013a95523;p=apache Correct the statement of how query string ordering works with the QSA flag. Change via nathan.deklepper AT objectconsulting.com.au, https://issues.apache.org/bugzilla/show_bug.cgi?id=52689 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1296175 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index cea60a712e..2900354d40 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1181,8 +1181,8 @@ cannot use $N in the substitution string! qsappend|QSA - Appends any query string created in the rewrite target to - any query string that was in the original request URL. details ... + Appends any query string from the original request URL to + any query string created in the rewrite target.details ... qsdiscard|QSD diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index e2345c5d82..8d089e08d8 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1201,8 +1201,8 @@ cannot use $N in the substitution string! qsappend|QSA - Appends any query string created in the rewrite target to - any query string that was in the original request URL. Appends any query string from the original request URL to + any query string created in the rewrite target.details ...