summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-03-02 12:57:45 +0000
committerRich Bowen <rbowen@apache.org>2012-03-02 12:57:45 +0000
commit809adb9c2ff95c36fe2c3ab74adbfeb06baec7e0 (patch)
treee5da6055d7d5736a3ad7de54432f8b465e8feb6d /docs/manual/mod/mod_rewrite.xml
parente9dfc27b6eb25479506866a6e303a02430402908 (diff)
downloadhttpd-809adb9c2ff95c36fe2c3ab74adbfeb06baec7e0.tar.gz
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
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r--docs/manual/mod/mod_rewrite.xml4
1 files changed, 2 insertions, 2 deletions
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 <code>$N</code> in the substitution string!
</tr>
<tr>
<td>qsappend|QSA</td>
- <td>Appends any query string created in the rewrite target to
- any query string that was in the original request URL. <em><a
+ <td>Appends any query string from the original request URL to
+ any query string created in the rewrite target.<em><a
href="../rewrite/flags.html#flag_qsa">details ...</a></em></td>
</tr>
<tr>