diff options
-rw-r--r-- | docs/manual/rewrite/avoid.html.en | 2 | ||||
-rw-r--r-- | docs/manual/rewrite/avoid.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/avoid.html.en b/docs/manual/rewrite/avoid.html.en index 928001266f..39b86110e5 100644 --- a/docs/manual/rewrite/avoid.html.en +++ b/docs/manual/rewrite/avoid.html.en @@ -145,7 +145,7 @@ with mod_rewrite</a>, it is seldom the right way. Creating individual event that you have an enormous number of virtual hosts, consider using <code class="module"><a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></code> to create these hosts automatically.</p> -<p>Third-party modules such as <a href="link_needed">mod_macro</a> are +<p>Third-party modules such as <a href="http://www.cri.ensmp.fr/~coelho/mod_macro/">mod_macro</a> are also useful for creating a large number of virtual hosts dynamically.</p> <p>Using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> for vitualhost creation may be diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml index 373caf71a3..9d2b85bb3d 100644 --- a/docs/manual/rewrite/avoid.xml +++ b/docs/manual/rewrite/avoid.xml @@ -155,7 +155,7 @@ with mod_rewrite</a>, it is seldom the right way. Creating individual event that you have an enormous number of virtual hosts, consider using <module>mod_vhost_alias</module> to create these hosts automatically.</p> -<p>Third-party modules such as <a href="link_needed">mod_macro</a> are +<p>Third-party modules such as <a href="http://www.cri.ensmp.fr/~coelho/mod_macro/">mod_macro</a> are also useful for creating a large number of virtual hosts dynamically.</p> <p>Using <module>mod_rewrite</module> for vitualhost creation may be |