Commit 0b4f276f authored by Richard Bowen's avatar Richard Bowen
Browse files

Correct ordering of query string after using QSA


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1296177 13f79535-47bb-0310-9956-ffa450edef68
parent c494ec41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>
+2 −2
Original line number Diff line number Diff line
@@ -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>