Forum Moderators: phranque

Message Too Old, No Replies

Apache 2.0.40 IgnoreCase directive

Server Error 500

         

coopster

6:35 pm on Jan 29, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I'm finding that the Apache IndexOptions +IgnoreCase throws a 500 error on my new server if I include it in an .htaccess file and post that file to a directory.

If I simply replace the +IgnoreCase directive with a +FoldersFirst, all is well. I've used this directive successfully since Apache 1.3.24. I'm now running Apache/2.0.40 on Red Hat Linux 9 and for the life of me can't figure out why this simple little directive is failing. I use FancyIndexing in my development environment to quickly test files I am coding. Has anybody else ran into such an issue or is anyone aware of any bugs regarding the directive?


Options +Indexes
IndexOptions +FancyIndexing +IgnoreCase