diff options
author | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
commit | 5464a1ae693bf0fa7a850df511ffcfc99903e71e (patch) | |
tree | 82e233a59c25cd1b3268c651ac2c3bed058b8fee /docs/manual/rewrite/vhosts.html.en | |
parent | Copy the "Note about /" note from the Location (diff) | |
download | apache2-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/vhosts.html.en')
-rw-r--r-- | docs/manual/rewrite/vhosts.html.en | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/rewrite/vhosts.html.en b/docs/manual/rewrite/vhosts.html.en index e142c85627..31e5a9fda9 100644 --- a/docs/manual/rewrite/vhosts.html.en +++ b/docs/manual/rewrite/vhosts.html.en @@ -46,7 +46,7 @@ mod_rewrite</a> document.</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="proxy.html">Proxying</a></li><li><a href="rewritemap.html">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="per-hostname" id="per-hostname">Virtual Hosts For Arbitrary Hostnames</a><a title="Permanent link" href="#per-hostname" class="permalink">¶</a></h2> +<h2><a name="per-hostname" id="per-hostname">Virtual Hosts For Arbitrary Hostnames</a> <a title="Permanent link" href="#per-hostname" class="permalink">¶</a></h2> @@ -114,7 +114,7 @@ dynamic content, and Alias resolution. </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="simple.rewrite" id="simple.rewrite">Dynamic - Virtual Hosts Using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code></a><a title="Permanent link" href="#simple.rewrite" class="permalink">¶</a></h2> + Virtual Hosts Using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code></a> <a title="Permanent link" href="#simple.rewrite" class="permalink">¶</a></h2> <p>This extract from <code>httpd.conf</code> does the same thing as <a href="#per-hostname">the first example</a>. The first @@ -163,7 +163,7 @@ RewriteRule "^/(.*)$" "/www/hosts/${lowercase:%{SERVER_NAME}}/cgi-bin/$ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="xtra-conf" id="xtra-conf">Using a Separate Virtual Host Configuration File</a><a title="Permanent link" href="#xtra-conf" class="permalink">¶</a></h2> +<h2><a name="xtra-conf" id="xtra-conf">Using a Separate Virtual Host Configuration File</a> <a title="Permanent link" href="#xtra-conf" class="permalink">¶</a></h2> <p>This arrangement uses more advanced <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> features to work out the translation from virtual host to document |