Forum Moderators: mack
I may be wrong but I belive the standard set up allows for index.html not .htm
Try renaming your index file to index.html just to check if this works. If the file is then handled as the folder index then you know this is the problem.
You then need to add the file extensions you want to http.conf I strongly recomend backing this file up before you edit it at all.
Here is the section from my httpd.conf
#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3
</IfModule>
Hope this helps.
Mack.