$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-01-13 07:04:33
At 08:29 PM 1/12/2005, David Abrahams wrote:
>Beman Dawes wrote:
>> At 06:57 PM 1/12/2005, David Abrahams wrote:
>>
>> >There are apache directives you can put in the .htaccess that will
fix
>> >this problem, too, without any noticeable redirection delay.
>> >
>> >http://httpd.apache.org/docs/mod/mod_rewrite.html
>> >
>> >For example. It may be possible to use less-powerful means; I just
>> >happen to know about this one.
>>
>> That should work. Why don't you try it, since you already know about
>it:-)
>
>Actually, here's the right answer:
>
> DirectoryIndex index.html index.htm
>
>Done. No more maintenance hassles.
Thanks!
--Beman