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>
제목 | 날짜 | ||
---|---|---|---|
659 | [기타] 주변기기 > 프린터 > hp Deskjet 600k | 10941 | 2005/03/04 |
658 | [기타] [mp3]구글에서 맘껏 받아 보아요 (by SelfEx>>) | 9675 | 2005/03/05 |
657 | [웹 제작] 보안관련 PHP 설정 조정 안내 (출처:http://byus.net) | 7978 | 2005/03/07 |
656 | [미디어/녹음·재생] 오디오 CD를 파일로 변환하기 | 9063 | 2005/03/08 |
655 | [PHP] HTTP 접속하는 PHP 클래스 (by CRIZIN) | 8707 | 2005/03/08 |
654 | [PHP] http.php [1] | 12144 | 2005/03/08 |
653 | [브라우저] IE에서 XP SP2 적용 후에 썸네일이 안 보여요. | 8294 | 2005/03/11 |
652 | [미디어/녹음·재생] 소리바다 MP 안 깍이는 꼼수 (by vivian) [1] | 9877 | 2005/04/06 |
651 | [엑셀] 시트 간 이동 - ctrl + PageUp/Down | 7603 | 2005/04/08 |
650 | [기본] 테터툴즈 및 티스토리 도움말 링크 페이지 | 7303 | 2006/05/31 |
649 | [웹로그] 테터툴즈 및 티스토리 도움말 링크 페이지 | 6513 | 2006/05/31 |
648 | [메신저] MSN메신저 로그인 정보 지우기 | 9141 | 2006/08/08 |