1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Link to relevant section of avoid doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2010-05-19 21:59:52 +00:00
parent a6810d0126
commit f4e0c14f2f
2 changed files with 4 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ configured virtual hosts.</p>
<div class="warning">mod_rewrite is not the best way to configure
virtual hosts. You should first consider the <a href="../vhosts/mass.html">alternatives</a> before resorting to
mod_rewrite.</div>
mod_rewrite. See also the "<a href="avoid.html#vhosts">how to avoid
mod_rewrite</a> document.</div>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#per-hostname">Virtual Hosts For Arbitrary Hostnames</a></li>

View File

@@ -35,7 +35,8 @@ configured virtual hosts.</p>
<note type="warning">mod_rewrite is not the best way to configure
virtual hosts. You should first consider the <a
href="../vhosts/mass.html">alternatives</a> before resorting to
mod_rewrite.</note>
mod_rewrite. See also the "<a href="avoid.html#vhosts">how to avoid
mod_rewrite</a> document.</note>
</summary>
<seealso><a href="../mod/mod_rewrite.html">Module documentation</a></seealso>