한가지문의드립니다... 정보
한가지문의드립니다...본문
보통 루트 디렉토리에 index.php가있어서 http://www.test.com 입력햇을때 폴더를 생성해서 http://www.test.com/test 이곳으로 페이지 뜨게하는 방법이 잇나요?
댓글 전체

index.php 파일에
<script language='javascript'>
location.href("http://test.com/test/index.php");
</script>
<script language='javascript'>
location.href("http://test.com/test/index.php");
</script>