apache에서 하나의 도메인으로 주소를www.test.com/test1www.test.com/test2 이렇게 만들어 주고 싶은데 어떻게 해줘야 하는건가요 'ㅂ'?;
www.test.com 이건 도메인이고 도메인 안에 폴더를 test1 test2 두 개 만들면 되는건데? 뭐가 문제인가요?
--------------------------------------------- git init git add . git commit -am "project init" ---------------------------------------------
madman93님이 적으신게 정답이기는 한데 질문하시는 분이 다른 내용을 빠트리신거라면..
DocumentRoot 이외의 경로는 alias를 이용해서 지정하실 수 있습니다.
DocumentRoot = /data/www
Alias /test1 /home/test1 Alias /test2 /home/test2
www.test.com 은 /data/www에서 호출
www.test.com/test1 은 /home/test1에서 호출
이런식으로..
혹시..
test1.test.com
test2.test.com 이런질문이 아닌지...?
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
질문 하신 내용이 맞다면
www.test.com 이건 도메인이고
도메인 안에 폴더를 test1 test2 두 개 만들면 되는건데?
뭐가 문제인가요?
---------------------------------------------
git init
git add .
git commit -am "project init"
---------------------------------------------
---------------------------------------------
git init
git add .
git commit -am "project init"
---------------------------------------------
madman93님이 적으신게
madman93님이 적으신게 정답이기는 한데 질문하시는 분이 다른 내용을 빠트리신거라면..
DocumentRoot 이외의 경로는 alias를 이용해서 지정하실 수 있습니다.
DocumentRoot = /data/www
Alias /test1 /home/test1
Alias /test2 /home/test2
www.test.com 은 /data/www에서 호출
www.test.com/test1 은 /home/test1에서 호출
이런식으로..
혹시.. test1.test.com tes
혹시..
test1.test.com
test2.test.com 이런질문이 아닌지...?
댓글 달기