Lisa:

1. Apache's httpd.conf file (THE configuration file) should be in: 
apache/conf/httpd.conf (ot httpd.conf.default)

2. Find the following line:
   #
   # DirectoryIndex: Name of the file or files to use as a pre-written 
   #HTML
   # directory index.  Separate multiple entries with spaces.
   #
   DirectoryIndex index.shtml

3. Simply add your desired file ending to this:
So I have:

#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index.  Separate multiple entries with spaces.
#
DirectoryIndex index.html
DirectoryIndex index.php
DirectoryIndex index.php3
DirectoryIndex index.phtml

HTH :)

Russ


#-------------------------------------------------------#
                                
         "Believe nothing - consider everything"        
                                                        
  Russ Michell
  Anglia Polytechnic University Webteam
  http://gertrude.sipu.anglia.ac.uk/webteam
  [EMAIL PROTECTED]
  +44 (0)1223 363271 ext 2331
  
  www.theruss.com
                        
#-------------------------------------------------------#


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to