diff options
Diffstat (limited to 'docs/manual/rewrite/access.html.en')
-rw-r--r-- | docs/manual/rewrite/access.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index 18c1ae224c..ee2edb3a21 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -48,7 +48,7 @@ configuration.</div> </ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module documentation</a></li><li><a href="intro.html">mod_rewrite introduction</a></li><li><a href="remapping.html">Redirection and remapping</a></li><li><a href="vhosts.html">Virtual hosts</a></li><li><a href="proxy.html">Proxying</a></li><li><a href="rewritemap.html">Using RewriteMap</a></li><li><a href="advanced.html">Advanced techniques</a></li><li><a href="avoid.html">When not to use mod_rewrite</a></li><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="blocked-inline-images" id="blocked-inline-images">Forbidding Image "Hotlinking"</a><a title="Permanent link" href="#blocked-inline-images" class="permalink">¶</a></h2> +<h2><a name="blocked-inline-images" id="blocked-inline-images">Forbidding Image "Hotlinking"</a> <a title="Permanent link" href="#blocked-inline-images" class="permalink">¶</a></h2> @@ -125,7 +125,7 @@ RewriteRule "\.(gif|jpg|png)$" "http://other.example.com/image.gif" [R,NC]</pre </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="blocking-of-robots" id="blocking-of-robots">Blocking of Robots</a><a title="Permanent link" href="#blocking-of-robots" class="permalink">¶</a></h2> +<h2><a name="blocking-of-robots" id="blocking-of-robots">Blocking of Robots</a> <a title="Permanent link" href="#blocking-of-robots" class="permalink">¶</a></h2> @@ -196,7 +196,7 @@ RewriteRule "^/secret/files/" "-" [F]</pre> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="host-deny" id="host-deny">Denying Hosts in a Blacklist</a><a title="Permanent link" href="#host-deny" class="permalink">¶</a></h2> +<h2><a name="host-deny" id="host-deny">Denying Hosts in a Blacklist</a> <a title="Permanent link" href="#host-deny" class="permalink">¶</a></h2> @@ -247,7 +247,7 @@ bsdti1.sdm.de -<br /> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="referer-deflector" id="referer-deflector">Referer-based Deflector</a><a title="Permanent link" href="#referer-deflector" class="permalink">¶</a></h2> +<h2><a name="referer-deflector" id="referer-deflector">Referer-based Deflector</a> <a title="Permanent link" href="#referer-deflector" class="permalink">¶</a></h2> |