From ff7287a5f718dc8f061663fdfee1aa3e202241fd Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Fri, 2 Mar 2012 12:52:47 +0000 Subject: [PATCH] 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 --- 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 cea60a712ee..2900354d40f 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 e2345c5d827..8d089e08d85 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.47.3