*** conf/srm.conf-dist.orig	Sun Aug 30 23:47:08 1998
--- conf/srm.conf-dist	Sun Sep 27 10:34:51 1998
***************
*** 22,28 ****
  # DirectoryIndex: Name of the file or files to use as a pre-written HTML
  # directory index.  Separate multiple entries with spaces.
  
! DirectoryIndex index.html
  
  # FancyIndexing is whether you want fancy directory indexing or standard
  
--- 22,28 ----
  # DirectoryIndex: Name of the file or files to use as a pre-written HTML
  # directory index.  Separate multiple entries with spaces.
  
! DirectoryIndex index.html index.php3
  
  # FancyIndexing is whether you want fancy directory indexing or standard
  
***************
*** 60,65 ****
--- 60,69 ----
  AddIcon /icons/folder.gif ^^DIRECTORY^^
  AddIcon /icons/blank.gif ^^BLANKICON^^
  
+ AddIcon /icons/php3.gif .php3
+ AddIcon /icons/php2.gif .phtml
+ AddIcon /icons/phps.gif .php3s .phps
+ 
  # DefaultIcon is which icon to show for files which do not have an icon
  # explicitly set.
  
***************
*** 168,175 ****
  
  # For example, the PHP3 module (not part of the Apache distribution)
  # will typically use:
! #AddType application/x-httpd-php3 .phtml
! #AddType application/x-httpd-php3-source .phps
  
  # AddHandler allows you to map certain file extensions to "handlers",
  # actions unrelated to filetype. These can be either built into the server
--- 172,179 ----
  
  # For example, the PHP3 module (not part of the Apache distribution)
  # will typically use:
! AddType application/x-httpd-php3 .phtml .php3
! AddType application/x-httpd-php3-source .phps .php3s
  
  # AddHandler allows you to map certain file extensions to "handlers",
  # actions unrelated to filetype. These can be either built into the server
