1. 테스트할 계정 주소를 등록한다.
C:\Windows\System32\drivers\etc\hosts
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
::1 localhost
127.0.0.1 localhost
127.0.0.1 123.localhost
127.0.0.1 1234.localhost
127.0.0.1 12345.localhost
127.0.0.1 123456.localhost
127.0.0.1 1234567.localhost
127.0.0.1 12345678.localhost
127.0.0.1 123456789.localhost
127.0.0.1 1234567890.localhost
127.0.0.1 whatfishisit.localhost
127.0.0.1 whatfish.com
127.0.0.1 localhost.com
127.0.0.1 dev.localhost
127.0.0.1 xe.localhost
127.0.0.1 rx.localhost
# 127.0.0.1 whatfish.com
# 127.0.0.1 dev.localhost.com
# 127.0.0.1 whatfishisit.com
# 127.0.0.1 www.whatfishisit.com
# 127.0.0.1 localhost/dev
# 127.0.0.1 whatfish.localhost
# 127.0.0.1 whatfish.localhost.com
2.
D:\xampp\apache\conf\httpd.conf
DocumentRoot "D:/web/eond/dev"
<Directory "D:/web/eond/dev">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
DocumentRoot "D:/web/eond/rhymix"
<Directory "D:/web/eond/rhymix">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order deny,allow
Deny from all
</Directory>
DocumentRoot "D:/web/home/rx"
<Directory "D:/web/home/rx">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
DocumentRoot "D:/web/home/xe"
<Directory "D:/web/home/xe">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
3.
D:\xampp\apache\conf\extra\httpd-vhosts.conf
<VirtualHost *:80>
DocumentRoot "d:/xampp/htdocs"
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "d:/web/eond/dev"
ServerName dev.localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "C:/xampp/apps/wordpress/htdocs"
ServerName wordpress.localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "D:/web/eond/rhymix"
ServerName localhost/rhymix
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "d:/web/home/rx"
ServerName rx.localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot "d:/web/home/xe"
ServerName xe.localhost
</VirtualHost>
제목 | 날짜 | ||
---|---|---|---|
623 | [웹로그] 초보자 파이어폭스 사용하기 및 기본적인 추천플러그인 (작성 중 임시) | 7903 | 2007/10/07 |
622 | [하드웨어] 업어온 아버지의 PC | 6700 | 2007/10/07 |
621 | [웹로그] IDtail, 왜 이래?! | 5755 | 2007/10/07 |
620 | [기본] 우리지역 도서관 이용해보자. | 6186 | 2007/10/07 |
619 | [웹로그] 우리지역 도서관 이용해보자. | 6417 | 2007/10/07 |
618 | [웹로그] 아토 1.8 (IE Toy 1.8 BETA2 patch1) [1] | 5236 | 2007/10/08 |
617 | [웹로그] ImageShack 각종 편리한 툴 | 4417 | 2007/10/08 |
616 | [하드웨어] 고장난 컴퓨터 | 6625 | 2007/10/08 |
615 | [웹로그] 유니클락 블로그에 삽입하기 | 16113 | 2007/10/08 |
614 | [하드웨어] 메인보드 수리 보내기 [1] | 7075 | 2007/10/08 |
613 | [웹로그] 인터넷 한글 폰트 [1] | 6899 | 2007/10/10 |
612 | [웹로그] 넷한글 인터넷 워드프로세서 | 7427 | 2007/10/10 |