in reply to Re: index.cgi or index.html
in thread index.cgi or index.html

Hi,

As far as I know, you can't have a <Directory> tag inside a .htaccess.

In httpd.conf:

<Directory path> DirectoryIndex index.cgi </Directory>

In .htaccess:

DirectoryIndex index.cgi

Update: you can read more here.

Regards,

|fire| at irc.freenode.net