0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

hostsファイル(Windows)について

Posted at

hostsファイルとは

※Windowsのhostsファイルについてのみ解説します。
OSの設定ファイルの一つで、IPアドレスとホスト名の対応を記述し、名前解決をするファイル。
(hostsファイルに設定した内容はDNSより優先される)

hostsファイルの場所

hostsファイルは下記ディレクトリに存在する。
C:\Windows\System32\drivers\etc

hostsファイルの編集方法

メモ帳を「管理者として実行」する。
画面下部に下記フォーマットで入力する。

[IPアドレス] [ホスト名]
hostsfile.png

保存後、ブラウザから設定したホスト名でサイトが表示されるか確認する。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?