[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] index files



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