Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 1996 18:32:10 -0700 (MST)
From:      Ade Barkah <mbarkah@hemi.com>
To:        jlk@pavilion.co.uk
Cc:        www@freebsd.org, hostmaster@uk.freebsd.org
Subject:   Re: WWW.UK.FreeBSD.org
Message-ID:  <199612210132.SAA04217@hemi.com>
In-Reply-To: <17997.851096766@time.cdrom.com> from "Jordan K. Hubbard" at "Dec 20, 96 07:46:06 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> Hmmmm.  It's now pointing to the http://www.freebsd.org/welcome.html 
> page rather than the index page.  Closer! :-)

Yea... that we use the name "welcome.html" is a little bit unfortunate, 
since many httpd installations default to that, not index.html.  If 
using Apache, one can fix this by either making sure srm.conf contains:

   DirectoryIndex index.html

or, if using the Virtual Hosting feature, insert the above line
into the appropriate virtual host section, e.g.:

   <VirtualHost www.foo.freebsd.org>
   ...
   DirectoryIndex index.html
   </VirtualHost>

Regards,

-Ade
-------------------------------------------------------------------
Inet: mbarkah@hemi.com - HEMISPHERE ONLINE - <http://www.hemi.com/>;
-------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612210132.SAA04217>