in reply to index.cgi or index.html
# DirectoryIndex: Name of the file or files to use as a pre-written HT +ML # directory index. Separate multiple entries with spaces. # <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.cgi index.php </IfModule>
If the web sysadmin won't change it, then you MAY be able to set the index.cgi on a "per directory basis" with an .htaccess file. I have never tried it, Sample .htaccess file:
<Directory "local directory"> DirectoryIndex index.cgi </Directory>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: index.cgi or index.html
by fmerges (Chaplain) on Aug 27, 2005 at 14:02 UTC |