summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2016-05-21 21:01:21 +0000
committerRich Bowen <rbowen@apache.org>2016-05-21 21:01:21 +0000
commit81aad8d58e71cb715e6a453285a04440da1cd892 (patch)
treee98743e5f7b2f299c603d41fb95d2861185aaf12 /docs/manual/mod/mod_rewrite.html.en
parent3a0a40d69032c58be66bd2efcac5330903166dde (diff)
downloadhttpd-81aad8d58e71cb715e6a453285a04440da1cd892.tar.gz
rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744984 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html.en')
-rw-r--r--docs/manual/mod/mod_rewrite.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index e5d86d7b4c..8fe23fa102 100644
--- a/docs/manual/mod/mod_rewrite.html.en
+++ b/docs/manual/mod/mod_rewrite.html.en
@@ -135,7 +135,7 @@ URLs on the fly</td></tr>
suffixed by the relative
substitution is also valid as a URL path on the server
(this is rare).</li>
- <li> In Apache HTTP Server 2.4.11 and later, this directive may be
+ <li> In Apache HTTP Server 2.4.16 and later, this directive may be
omitted when the request is mapped via
<code class="directive"><a href="../mod/mod_alias.html#alias">Alias</a></code>
or <code class="module"><a href="../mod/mod_userdir.html">mod_userdir</a></code>.</li>
@@ -671,7 +671,7 @@ RewriteRule ^(.+) /other/archive/$1 [R]</pre>
</li>
- <li>
+ <li>
<p>If the <em>TestString</em> has the special value <code>expr</code>, the
<em>CondPattern</em> will be treated as an
<a href="../expr.html">ap_expr</a>.</p>
@@ -682,7 +682,7 @@ RewriteRule ^(.+) /other/archive/$1 [R]</pre>
to block unwanted hotlinking.
</p>
- <pre class="prettyprint lang-config">RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"<br />
+ <pre class="prettyprint lang-config">RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
RewriteRule "^/images" "-" [F]</pre>
</li>
@@ -1018,7 +1018,7 @@ RewriteRule "^/$" "/homepage.std.html" [L]</pre>
extended URL and filesystem context information to change the
relative substitution back into a URL. Modules such as
<code class="module"><a href="../mod/mod_userdir.html">mod_userdir</a></code> and <code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code>
- supply this extended context info. </p>
+ supply this extended context info. Available in 2.4.16 and later.</p>
</dd>
</dl>