From 809adb9c2ff95c36fe2c3ab74adbfeb06baec7e0 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 2 Mar 2012 12:57:45 +0000 Subject: [PATCH] Correct ordering of query string following use of QSA git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1296181 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.html.en | 4 ++-- docs/manual/mod/mod_rewrite.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 161a50515e..fb70ef5b11 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 ... -- 2.40.0