Monthly Archives: 10月 2011

Windows7 64bit 版の hosts ファイル編集

xyzzy でオープンしようとすると何故か空のファイルになってしまうのでメモ帳で編集。
メモ帳を実行するときは『管理者として実行』すること!
ファイルの場所は

c:\windows\system32\drivers\etc\hosts


# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost

192.168.hoge.hoge honyaraka.com ← この行を追加
で上書き保存でOK