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>
제목 | 날짜 | ||
---|---|---|---|
599 | [기본] 카스퍼스키 무료로 사용하기 | 7027 | 2007/10/23 |
598 | [웹로그] 카스퍼스키 무료로 사용하기 | 6769 | 2007/10/23 |
597 | [기본] 탐색기 파일 목록 텍스트로 저장하기 | 7674 | 2007/10/23 |
596 | [웹로그] 탐색기 파일 목록 텍스트로 저장하기 [1] | 8016 | 2007/10/23 |
595 | [기본] 컴퓨터로 라디오 듣기 | 8117 | 2007/10/24 |
594 | [웹로그] 컴퓨터로 라디오 듣기 | 6409 | 2007/10/24 |
593 | [브라우저] 파이어폭스 설치된 플러그인을 다른 컴퓨터에서도 사용하는 방법 | 7896 | 2007/10/27 |
592 | [웹로그] 파이어폭스 설치된 플러그인을 다른 컴퓨터에서도 사용하는 방법 | 5848 | 2007/10/27 |
591 | [브라우저] 내 파이어폭스 북마크를 다른 컴퓨터에서도 사용하자 | 8525 | 2007/10/28 |
590 | [웹로그] 내 파이어폭스 북마크를 다른 컴퓨터에서도 사용하자 | 6215 | 2007/10/28 |
589 | [기본] AppleMobileDeviceService.exe 아예 지워버리자 | 6804 | 2007/10/28 |
588 | [웹로그] AppleMobileDeviceService.exe 아예 지워버리자 [1] [1] | 8176 | 2007/10/28 |