是你的apache的index没设置好
xxxx@cvsup~# grep index /usr/local/etc/apache/httpd.conf
LoadModule autoindex_module libexec/apache/mod_autoindex.so
AddModule mod_autoindex.c
# directory index. Separate multiple entries with spaces.
DirectoryIndex index.php index.php3 index.html
DirectoryIndex index.php3 index.html
DirectoryIndex index.php index.html
DirectoryIndex index.html
<IfModule mod_autoindex.c>
# FancyIndexing is whether you want fancy directory indexing or standard
# server-generated indexes. These are only displayed for FancyIndexed
# directory indexes.
# IndexIgnore is a set of filenames which directory indexing should ignore
# End of indexing directives. |