index.phpをTOPページにする方法

自由が丘で働くWeb屋のブログ

index.phpをTOPページにする方法

index.phpをTOPページにする方法
index.html以外のファイルをTOPページにする方法。
詳細は以下から。

index.phpを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
 
カテゴリー:Webシステム開発, レンタルサーバー
タグ:
2013年8月12日 23時57分
 

関連記事

 

コメントを書く

(C) 自由が丘で働くWeb屋のブログ