diff options
Diffstat (limited to 'docs/manual/rewrite/advanced.html.en')
-rw-r--r-- | docs/manual/rewrite/advanced.html.en | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/rewrite/advanced.html.en b/docs/manual/rewrite/advanced.html.en index 1d092f61a2..ab1875f89a 100644 --- a/docs/manual/rewrite/advanced.html.en +++ b/docs/manual/rewrite/advanced.html.en @@ -49,7 +49,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="access.html">Controlling access</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="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="sharding" id="sharding">URL-based sharding across multiple backends</a></h2> +<h2><a name="sharding" id="sharding">URL-based sharding across multiple backends</a><a title="Permanent link" href="#sharding" class="permalink">¶</a></h2> @@ -106,7 +106,7 @@ RewriteRule "^/u/([^/]+)/?(.*)" "http://${users-to-hosts:$1|server0}/u/$1/$2"< </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="on-the-fly-content" id="on-the-fly-content">On-the-fly Content-Regeneration</a></h2> +<h2><a name="on-the-fly-content" id="on-the-fly-content">On-the-fly Content-Regeneration</a><a title="Permanent link" href="#on-the-fly-content" class="permalink">¶</a></h2> @@ -148,7 +148,7 @@ RewriteRule "^(.+)\.html$" "/regenerate_page.cgi" [PT,L]</pre> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="load-balancing" id="load-balancing">Load Balancing</a></h2> +<h2><a name="load-balancing" id="load-balancing">Load Balancing</a><a title="Permanent link" href="#load-balancing" class="permalink">¶</a></h2> @@ -194,7 +194,7 @@ featureful than anything you can cobble together using mod_rewrite.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="structuredhomedirs" id="structuredhomedirs">Structured Userdirs</a></h2> +<h2><a name="structuredhomedirs" id="structuredhomedirs">Structured Userdirs</a><a title="Permanent link" href="#structuredhomedirs" class="permalink">¶</a></h2> @@ -225,7 +225,7 @@ RewriteRule "^/~(<strong>([a-z])</strong>[a-z0-9]+)(.*)" "/home/<strong>$2</s </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="redirectanchors" id="redirectanchors">Redirecting Anchors</a></h2> +<h2><a name="redirectanchors" id="redirectanchors">Redirecting Anchors</a><a title="Permanent link" href="#redirectanchors" class="permalink">¶</a></h2> @@ -254,7 +254,7 @@ RewriteRule "^/~(<strong>([a-z])</strong>[a-z0-9]+)(.*)" "/home/<strong>$2</s </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="time-dependent" id="time-dependent">Time-Dependent Rewriting</a></h2> +<h2><a name="time-dependent" id="time-dependent">Time-Dependent Rewriting</a><a title="Permanent link" href="#time-dependent" class="permalink">¶</a></h2> @@ -299,7 +299,7 @@ RewriteRule "^foo\.html$" "foo.night.html"</pre> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="setenvvars" id="setenvvars">Set Environment Variables Based On URL Parts</a></h2> +<h2><a name="setenvvars" id="setenvvars">Set Environment Variables Based On URL Parts</a><a title="Permanent link" href="#setenvvars" class="permalink">¶</a></h2> |