index.html以外のファイルをTOPページにする方法。
詳細は以下から。
今回は『.htaccess』を用いてindex.phpをTOPページに指定します。
DirectoryIndex index.php index.html
この記述内容の場合、『index.php』の方が優先度が高くなります。
(index.phpとindex.htmlが存在した場合、index.phpが表示されます)
たくさんのindexファイルを指定しておくことも可能です。
DirectoryIndex index.php index.html index.htm index.cgi index.shtml