Help for this page

Select Code to Download


  1. or download this
    # 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>
    
  2. or download this
      <Directory "local directory">
          DirectoryIndex index.cgi
        </Directory>