[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] index files
- Subject: Re: [cobalt-users] index files
- From: "Brian Curtis" <webmaster@xxxxxxxxxxx>
- Date: Wed Mar 15 05:14:36 2000
- Organization: Pomfret Computer Technologies
Greg,
> I changed both... changed the line in the file from
> index.htm
> to
> index.htm index.mv
> and tried
> index.mv index.htm
> and neither seemed to have any effect. Even rebooted and still nothing...?
Try placing a .htaccess file in the main html directory of the site your
trying to change the indexes for with the following content:
DirectoryIndex index.mv index.html
Brian