那要看你是什么了,Apache 还是 Nginx ?
Apache 配置 如下:
DirectoryIndex index.html index.php server.php
Nginx 配置如下:
server { listen 80; index.html server.php ...}