毎回調べていることをメモしておく
日本語表示
csh
# 設定ファイル表示
vi ~/.cshrc
# 以下を追加
setenv LANG ja_JP.UTF-8
setenv LESSCHARSET utf-8
bash
# 設定ファイル表示
vi ~/.bashrc
# 以下を追加
export LANG=ja_JP.UTF-8
export LANG
vim
# 設定ファイル更新
$ vi .vimrc
# 以下を追加
set encoding=utf-8
set fileencodings=utf-8,euc-jp,sjis,iso-2022-jp
set fileformats=unix,dos,mac
.htaccess
index.php を index.html より優先させる
# .htaccess に以下を追加
DirectoryIndex index.php index.html