묻고답하기

안녕하세요.
제가 가지고 있는 도메인이 aaa.com 일때 이 밑에 zbxe에 제로보드XE를 설치해 잘 사용하고 있습니다.

저는 윈도우 서버 호스팅을 하고 있는데요, 폴더 구조가 vroot 안에 aaa.com 이라는 폴더가 aaa.com이라는 도메인과 연결되어 있습니다.

이때, 새로운 도메인 bbb.com 을 등록하면 vroot 안에 bbb.com이라는 폴더가 생기고 bbb.com이라는 도메인이 여기에 연결 됩니다.

궁금한 점은...
bbb.com에서 aaa.com안에 있는 zbxe폴더를 불러오고 싶은데, 현재 할 수 있는 방법이 버츄얼 디렉토리로 bbb.com 폴더 안에 zbxe를 만들어 이걸 aaa.com의 zbxe에 연결되게 했습니다. 이런 경우 aaa.com/zbxe는 잘 작동 하지만, bbb.com/zbxe 은 작동하지 않습니다. bbb.com/zbxe로 연결 시도 하면 아이디와 암호를 물어 보고 여기서 윈도우 관리자 아이디와 암호를 입력하면 정상 출력을 합니다.

그래서 권한을 aaa.com의 zbxe폴더에 bbb.com의 IUSR 권한을 주어 연결을 시도 하면 아이디와 암호를 묻지 않고 연결은 되지만, 에러가 발생합니다.

에러는 발생하지만, 리스트는 보여지고, 로그인과 같은 세션을 관리하는 것은 안됩니다.
이때 지켜보면 세션을 관리하기 위해 접근하는 폴더인 쓰기 폴더 권한 에러와 php의 realpath('.')  에러 같은데요... 이 에러와 이와 같은 문제를 잘 해결 할 수 있는 방법이 있는지 고수님께 묻고 싶습니다.

꼭 좀 알려 주시기 바랍니다.
이곳에 글을 찾아보고 윈도우 호스팅 메뉴얼을 보지만 제 실력으로는 더 이상 진행할 수 없었습니다.
그럼 고수님들의 답변을 기다리겠습니다.

긴 글 읽어 주셔서 감사합니다.


에러는
Warning: session_start() [function.session-start]: open(/files/sessions/\sess_e4a0c432f53a6129885801356195eb2c, O_RDWR) failed: No such file or directory (2) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php on line 99

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php on line 99

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php on line 99

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 200

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 221

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 223

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 224

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 225

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 226

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 92

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\config\config.inc.php:99) in C:\Inetpub\vhosts\aaa.com\httpdocs\zbxe\classes\display\DisplayHandler.class.php on line 92


그리고 리스트가 출력된 후에 끝에
Warning: Unknown: open(/files/sessions/\sess_e4a0c432f53a6129885801356195eb2c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/files/sessions/) in Unknown on line 0

이렇게 나옵니다.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
샬리온 도와주세요^^~ [6] 2008.06.18 by 샬리온
나모초보 제로보드 메인페이지 부분 질문이요 [1] file 2008.06.18 by 비나무
hyun준 새로운 레이아웃을 만들러고 하는데요 도와주세요 [1] 2008.06.18 by 비나무
smico php파일 또는 html 파일(메인레이아웃) 안에 또다른 html 을 넣을려면 어떻게 합니까? [2] 2008.06.18 by 비나무
김재순 설치시 권한문제 [1] 2008.06.18 by 비나무
김주수 도메인을 입력하였을시 나타나지 않는 문제 [2] 2008.06.18 by Simulz
텅날개 제로보드xe 1.0에서 1.03 으로 업글시 걍 덮어쓰기만 하면 되나요? [3] 2008.06.18 by 비나무
bigi 설치할때 에러 발생 DB & 관리자 정보 입력 부분에서 문제 발생 [3] file 2008.06.18 by bigi
dooboo 게시판 글쓰기에서 설명부분 수정하기 [1] file 2008.06.19 by 공선생
Cityhunter 한 서버에 여러 도메인을 다르게 운영 하려고 합니다. [3] 2008.06.19 by 백성찬
hyun준 스킨 어떡해 만드나요? [1] 2008.06.19 by ◀CGlink▶
곽태영* 게시글 글자 수가 일정 이상만 허용되도록 [4] [1] 2008.06.19 by 곽태영*
빅보스 아바타 관련해서 문의 드릴것이 있습니다.  
헬프 euc-kr 에서 utf-8로 옮겼는데요  
유형철 좀 도와주십시요 ^^  
북한산여우 작성글보기 뿌려주는 파일은? [7] 2008.06.19 by 북한산여우
북한산여우 작성글 보기가 안되요 [3] 2008.06.19 by 북한산여우
임병훈782 globat.com 쓰시는분들 [1] 2008.06.19 by 띵야
표도기 파일 업로드에서 에러가 발생합니다 : IO error  
북한산여우 확장변수 중에서 일자 팝업위치 변경하려면  
건즈 트래픽 모니터링에서 Direct Request가 뭐죠? file  
한형준 솔라리스10에서 제로보드xe설치 가능하나요?  
최현훈 하단부분이 이렇게 떠버리는데요.ㅠㅠ 뭘 수정해줘야되나요? [1] file 2008.06.19 by ◀CGlink▶
오늘ㄹ 질문 [2] 2008.06.19 by 오늘ㄹ
한킹카 회원기본스킨파일경로?? [1] 2008.06.19 by ◀CGlink▶
apple 레이아웃을 다운받고 게시판을 연결한후에.. [1] 2008.06.19 by ◀CGlink▶
시스 파일 첨부시의 406에러와 이미지에디터에서의 2032에러  
skysabzil div 가운데 정렬 질문 있습니다. [1] 2008.06.19 by ◀CGlink▶
빨간발 레이아웃의 정렬은 어느 부분에서 수정을 할 수 있나요 [1] file 2008.06.19 by ◀CGlink▶
미돈 첨부한 이미지를 어떻게 지우나요? [1] 2008.06.19 by burster