묻고답하기

안녕하세요.
제가 가지고 있는 도메인이 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 남기남
App-studio xe에서 구) 제로보드로 변경 가능해요? [1] 2012.07.31 by 도라미
별을 사랑했네 확장콤포넌트 이미지 겔러리 오류  
ST4179 xe 게시판(갤러리) 대해서...좀 도와주세용 file  
withcharis SSL 선택적 사용시 적용이 안되는 이유? [3] 2012.07.31 by misol
스포츠365 게시판분류관리에서 서버에 요청중만 지속되는 문제 [7] 2012.07.30 by kathar0s
으아악. 메뉴생성, 분류생성 할시. 서버에 요청중입니다. 라는 메세지에서 멈추네요. [2] file 2012.07.30 by kathar0s
행린이♥ 이거 어떻게 해야 위젯이 나오나요? [1] 2012.07.30 by 찬이s
르나르 다중 체크박스 검색 문의 드립니다. file  
프리픽스코리아 SSL 액션 옵션 어디서 지정하나요? [1] 2012.07.30 by withcharis
jikong 게시판 기본댓글?  
자유의지 Cafe24에서 메일알림 설정하는 법 아시나요? [1] 2012.07.30 by 자유의지
누란지세 서버에 보안인증서 설치후에 따로 xe 설정은 어떻게 되는건가요/??? [1] file 2012.07.30 by 윈컴이
미인쥐 게시판 연결 [1] 2012.07.30 by 관바
바짝 관리자 로그인이 안돼요ㅠㅠ, 도와주세요!! [9] 2012.07.30 by 바짝
ST4179 ㅠ_ㅠ아 젭알 도와주세용...  
장낙중 1.5.3 으로 업그레이드후에 이상한 스크립트  
관바 XE DB로 입력시 카테고리 개수 증가 문제..  
konbau XE1.5.3에서 파일첨부가 잘 안되는군요  
imagejan 새버전을 업데이트했더니, text로만 보입니다.  
gguzzun 관리자 로그인이 안됩니다. [1] 2012.07.30 by gguzzun