设置服务器,但浏览器显示文件目录

我只是build立我的服务器,并设置虚拟主机,但是当我去的网站,它只显示文件的目录。 例如,如果你去gomms.co.kr它显示一个文件的目录。 如果我去http://gomms.co.kr/index.php它显示脚本。 我如何解决这个问题,所以当我去gomms.co.kr它显示该网站?

谢谢。

在Apacheconfiguration中findDirectoryIndex选项,并使用index.php对其进行扩展:

# Old, eg: #DirectoryIndex index.html index.html.var # New: DirectoryIndex index.html index.html.var index.php