distribution. Since it's now destined to live only at the
WWW.Apache.Org site, some things need to be hard-coded -
and remote development makes it a little more difficult to
get everything right. This fixes the "home" links in the
context of WWW.Apache.Org.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78206
13f79535-47bb-0310-9956-
ffa450edef68
#
$HTML = <<EOHT;
<A
- HREF="./"
+ HREF="/"
><IMG
- SRC="images/apache_home.gif"
+ SRC="/images/apache_home.gif"
ALT="Home"
></A>
<HR>