
13 Jan
2005
13 Jan
'05
12:04 p.m.
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