summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2016-03-09 15:13:04 +0000
committerEric Covener <covener@apache.org>2016-03-09 15:13:04 +0000
commit53658568dd5d8a3d8731d2c4ce41d8335f3b05ae (patch)
tree7b97765fc6e74f219bd2a80cb28e3265daa333c7 /docs/manual/mod/mod_rewrite.xml
parent114a121f1cb008eb0bd47ee47f08d4149a5c3bc3 (diff)
downloadhttpd-53658568dd5d8a3d8731d2c4ce41d8335f3b05ae.tar.gz
Merge r1734125 from trunk:
mod_rewrite: Add QSL|qslast flag to allow rewrites to files with literal question marks in their names. PR 58777. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1734259 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r--docs/manual/mod/mod_rewrite.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 70942b100c..dc3a8dd80f 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -1366,6 +1366,15 @@ cannot use <code>$N</code> in the substitution string!
...</a></em></td>
</tr>
<tr>
+ <td>qslast|QSL</td>
+ <td>Interpret the last (right-most) question mark as the query string
+ delimeter, instead of the first (left-most) as normally used.
+ Available in 2.4.19 and later.
+ <em><a href="../rewrite/flags.html#flag_qsl">details
+ ...</a></em></td>
+ </tr>
+
+ <tr>
<td>redirect|R[=<em>code</em>]</td>
<td>Forces an external redirect, optionally with the specified
HTTP status code. <em><a