[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Will any Red Hat book do?
- Subject: Re: [cobalt-users] Will any Red Hat book do?
- From: Malcolm McLeary <mmcleary@xxxxxxx>
- Date: Sat May 25 19:55:02 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi Matt,
on 26/5/02 11:11 AM, Matt Darnell wrote:
> My first challenge I am trying to solve (hence the need for the book) is to
> allow more starting pages than "index.html". My company's start page is
> "main.asp". I want to edit Apache (or what ever config file) to allow this.
Its probably easier to just include an index.html page which redirects to
main.asp (or whatever default page you want in a given directory).
Cheers, Malcolm