轉自:http://blog.sina.com.cn/s/blog_a345dd4c01011wug.html
編輯httpd.conf文件,找到DirectoryIndex後面加上一個index.php。
例如,我把DirectoryIndex這行改為:DirectoryIndex index.html index.htm index.php index.html.var
儲存編輯的內容,重新啟動Apache就可以實現了。
DirectoryIndex index.html index.htm index.php index.php3
如果上述設定後仍無法依序運行首頁,那麼還得修改一下php相關設定檔php. conf
/etc/httpd/conf.d/php.conf檔案中的
DirectoryIndex index.php
上面甚至是index.php 優先,如果把DirectoryIndex index.php去掉,則index.html,應該也可以改成DirectoryIndex index .html 或DirectoryIndex index.html index.php
以上就介紹了Apache:設定首頁運行indexhtml indexphp的順序,包含了Apache方面的內容,希望對PHP教學有興趣的朋友有幫助。