]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct ordering of query string after using QSA
authorRich Bowen <rbowen@apache.org>
Fri, 2 Mar 2012 12:54:59 +0000 (12:54 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 2 Mar 2012 12:54:59 +0000 (12:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1296177 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index adda81ed87780a79a966e5e3bbba8ee2ad1f6464..b695a9ef8bf04be4225f641dc6a50c0fb8a6abd7 100644 (file)
@@ -1389,8 +1389,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>redirect|R[=<em>code</em>]</td>
index 445b4123a9e898eafa54df142a854772ba3f8962..94ffbed91ae912788fb01293ddaeea57d42dc0a3 100644 (file)
@@ -1416,8 +1416,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>