summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/advanced.html.en
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2019-01-22 10:53:04 +0100
committerRainer Jung <rjung@apache.org>2019-01-22 10:53:04 +0100
commit5464a1ae693bf0fa7a850df511ffcfc99903e71e (patch)
tree82e233a59c25cd1b3268c651ac2c3bed058b8fee /docs/manual/rewrite/advanced.html.en
parentCopy the "Note about /" note from the Location (diff)
downloadapache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.tar.xz
apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.zip
Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite/advanced.html.en')
-rw-r--r--docs/manual/rewrite/advanced.html.en14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/rewrite/advanced.html.en b/docs/manual/rewrite/advanced.html.en
index 9e349deef2..b500e80a32 100644
--- a/docs/manual/rewrite/advanced.html.en
+++ b/docs/manual/rewrite/advanced.html.en
@@ -50,7 +50,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><a title="Permanent link" href="#sharding" class="permalink">&para;</a></h2>
+<h2><a name="sharding" id="sharding">URL-based sharding across multiple backends</a> <a title="Permanent link" href="#sharding" class="permalink">&para;</a></h2>
@@ -107,7 +107,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><a title="Permanent link" href="#on-the-fly-content" class="permalink">&para;</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">&para;</a></h2>
@@ -149,7 +149,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><a title="Permanent link" href="#load-balancing" class="permalink">&para;</a></h2>
+<h2><a name="load-balancing" id="load-balancing">Load Balancing</a> <a title="Permanent link" href="#load-balancing" class="permalink">&para;</a></h2>
@@ -195,7 +195,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><a title="Permanent link" href="#structuredhomedirs" class="permalink">&para;</a></h2>
+<h2><a name="structuredhomedirs" id="structuredhomedirs">Structured Userdirs</a> <a title="Permanent link" href="#structuredhomedirs" class="permalink">&para;</a></h2>
@@ -226,7 +226,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><a title="Permanent link" href="#redirectanchors" class="permalink">&para;</a></h2>
+<h2><a name="redirectanchors" id="redirectanchors">Redirecting Anchors</a> <a title="Permanent link" href="#redirectanchors" class="permalink">&para;</a></h2>
@@ -255,7 +255,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><a title="Permanent link" href="#time-dependent" class="permalink">&para;</a></h2>
+<h2><a name="time-dependent" id="time-dependent">Time-Dependent Rewriting</a> <a title="Permanent link" href="#time-dependent" class="permalink">&para;</a></h2>
@@ -300,7 +300,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><a title="Permanent link" href="#setenvvars" class="permalink">&para;</a></h2>
+<h2><a name="setenvvars" id="setenvvars">Set Environment Variables Based On URL Parts</a> <a title="Permanent link" href="#setenvvars" class="permalink">&para;</a></h2>