転載元: http://blog.sina.com.cn/s/blog_a345dd4c01011wug.html
httpd.conf ファイルを編集し、DirectoryIndex を見つけて最後にindex.php を追加します。
たとえば、DirectoryIndex 行を次のように変更しました: DirectoryIndexindex.htmlindex.htmindex.phpindex.html.var
編集した内容を保存し、Apacheを再起動してこれを実現します。
DirectoryIndexindex.htmlindex.htmindex.phpindex.php3
上記の設定を行ってもホームページを正常に実行できない場合は、php関連の設定ファイルを変更する必要がありますphp.conf
/etc/httpd/conf.d/php.conf ファイル内の
DirectoryIndexindex.php
は、最初はindex.php です。DirectoryIndexindex.php が削除された場合は、index.html も DirectoryIndex に変更する必要があります。 index.html または DirectoryIndexindex.htmlindex.php
上記は、Apache の紹介です。Apache のコンテンツを含め、ホームページ上での Indexhtml Indexphp の実行順序の設定は、PHP チュートリアルに興味のある友人に役立つことを願っています。