$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-12-11 13:19:04
At 12:24 PM 12/11/2003, David Abrahams wrote:
>
>http://www.boost.org/libs/type_traits
>
>Seems to take me to a directory rather than the index.htm page. Is
>something amiss with the .htaccess or are we just missing an
>index.html?
Nice catch!
There are nine or so libraries where the file is named "index.htm" rather
than "index.html". I tried several, and they all take me to the directory.
So it looks like "index.htm" isn't searched for as a default.
Is it better to fix this by doing something in .htaccess or to just add
index.html files?
--Beman