: URL 포워딩을 만들고 있는데여,
: http://ID.domain.co.kr ==> http://URL.co.kr : 로 되는데,
: http://ID.domain.co.kr/aaa/bbb.php ==> http://URL.co.kr/aaa/bbb.php : 는 안되네여.
:
: 아피치 설정화일에서
: RewriteRule 를 써도 잘안되네여.
: 어떻게 해야 할지 구체적으로 설명 부탁드릴께여..
: 아래는 제가 설정하던 Rewrite 문입니다.
: ========================================================
: RewriteEngine On
: RewriteCond %{HTTP_HOST} ^[^.]+.domain.co.kr$
: # RewriteRule ^([^.]+).domain.co.kr(.*) H:/www/test
: RewriteRule ^/.* /test/test.php
: ========================================================
httpd.conf화일수정
<VirtualHost 111.222.333.444>
ServerAdmin root at URL.co.kr DocumentRoot /home/URL.co.kr/docs
ServerName URL.co.kr
ServerAlias www.URL.co.kr ServerAlias ID.URL.co.kr
</VirtualHost>
이런식으로 해보세요. 테스트는 안해봤습돠--영원한 삽질맨l