I've got a client who has a PHP application that is trying to drop a couple
of .htaccess files in a couple of directories. The .htaccess files are
quite simple, trying only to set this:
Options -Indexes
Under the stock httpd configuration, this is producing internal server
errors when that particular directory is accessed.
What changes should I make to enable these .htaccess files? What outcome
should I expect making those changes and should I just remove these
.htaccess files? Where should these changes be made?