From: Rich Bowen Date: Tue, 14 Apr 2026 20:06:32 +0000 (+0000) Subject: Should never use inside an existing tag, as that leads to X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a3df26a31062398508d7dcf67d5802da7eb4602;p=thirdparty%2Fapache%2Fhttpd.git Should never use inside an existing tag, as that leads to double/nested tags in the generated HTML. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933071 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index 5ae7a6c379..2dab02fefe 100644 --- a/docs/manual/rewrite/avoid.xml +++ b/docs/manual/rewrite/avoid.xml @@ -156,7 +156,7 @@ server.

Virtual Hosting

Although it is possible to handle virtual hosts -with mod_rewrite, it is seldom the right way. Creating individual +with mod_rewrite, it is seldom the right way. Creating individual VirtualHost blocks is almost always the right way to go. In the event that you have an enormous number of virtual hosts, consider using diff --git a/docs/manual/rewrite/vhosts.xml b/docs/manual/rewrite/vhosts.xml index 41322a094c..3c7d4a36fa 100644 --- a/docs/manual/rewrite/vhosts.xml +++ b/docs/manual/rewrite/vhosts.xml @@ -36,7 +36,7 @@ configured virtual hosts.

virtual hosts. You should first consider the alternatives before resorting to mod_rewrite. See also the "how to avoid -mod_rewrite document. +mod_rewrite document. Module documentation