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>
제목 | 날짜 | ||
---|---|---|---|
263 | [윈도우] [오류 1933] Windows Installer 서비스가 하나 또는 그 이상의 보호된 Windows 파일을 업데이트할 수 없습니다 | 12765 | 2012/01/12 |
262 | [윈도우] [XP 전용] 윈도우 7 하드에서 설치하기 | 7496 | 2012/01/13 |
261 | [모바일] REMOTE | 8385 | 2012/04/23 |
260 | [모바일] remote for itunes [8] | 11831 | 2012/04/23 |
259 | [모바일] 안드로이드 브라우저 [6] | 10292 | 2012/04/27 |
258 | [모바일] 반츄 키보드 | 10853 | 2012/05/02 |
257 | [모바일] 핸드폰 분실시 찾는 어플 | 12970 | 2012/05/04 |
256 | [네트워크] '' 네트워크 공유 폴더 접근 시, 'xxx에 액세스 할 수 없습니다...' 해결방법 | 13377 | 2012/07/02 |
255 | [윈도우] http://blog.naver.com/jijonx?Redirect=Log&logNo=110120912605 | 7029 | 2012/07/12 |
254 | [모바일] 스마트폰 어플계의 '히든 챔피언'을 소개합니다 [2] | 7791 | 2012/09/05 |
253 | [모바일] 안드로이드 브라우저2 | 7904 | 2012/09/12 |
252 | [사이트관리] 서브도메인을 라온넷에 연결하기 | 7693 | 2012/12/03 |