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
========================================================