]> granicus.if.org Git - apache/commitdiff
Correct the statement of how query string ordering works with the QSA
authorRich Bowen <rbowen@apache.org>
Fri, 2 Mar 2012 12:52:47 +0000 (12:52 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 2 Mar 2012 12:52:47 +0000 (12:52 +0000)
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
docs/manual/mod/mod_rewrite.xml

index cea60a712ee4e4c3fba46ce3cc3a7c25a22c63b3..2900354d40f7eb0b5ea6313d35fd2b79bb766813 100644 (file)
@@ -1181,8 +1181,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 href="../rewrite/flags.html#flag_qsa">details ...</a></em></td>
+        <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>
         <td>qsdiscard|QSD</td>
index e2345c5d8275400bc6361769153450c4100bbd3e..8d089e08d85222fe96c2633ad7e8d109231066d8 100644 (file)
@@ -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>