眼花没看见,原来是大写了。
UNIX/LINUX和Windows不同,大小写敏感。
还有一个看不见主页的原因是:
/etc/httpd/conf/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.php index.php4 index.php3 index.phtml index.cgi
</IfModule>
...
中没有你的文件类型,如default.htm