본문 바로가기
개발

호스트 셋업 방법

by ironwoong 2013. 10. 23.
반응형

호스트 설정 방법입니다.

 

해당 경로의 파일을 엽니다.

 

C:\Windows\System32\drivers\etc\host

 

 열게되면 이러한 내용이있죠..

 

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

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

90.70.5.211 [요기에  도메인 주소를 입력하면 됩니다.]

127.0.0.1 [요건 로컬호스트 도메인 설정]

 

 

 

포트는 80으로 변경후 셋업해주세요.

 

 

개발시 아이피주소 값대신 주소를 넣어서 사용하시면 좋겠죠?




반응형

댓글