From: Rich Bowen Date: Fri, 2 Mar 2012 12:54:59 +0000 (+0000) Subject: Correct ordering of query string after using QSA X-Git-Tag: 2.2.23~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e0c6747e89ce426d099974cc1271a8b8895e9c4;p=thirdparty%2Fapache%2Fhttpd.git Correct ordering of query string after using QSA git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1296177 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index adda81ed877..b695a9ef8bf 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -1389,8 +1389,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 ... redirect|R[=code] diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 445b4123a9e..94ffbed91ae 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1416,8 +1416,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 ...