1

주제: 도메인 다중사용자 기반에서 플러그인 아이콘 path 문제

도메인 기반의 다중 사용자 모드로 설치했습니다.

a.domain.com 에서 관리자 모드로 접속해서 플러그인 관리 페이지를 보면
플러그인 아이콘들이 http://domain.com/style/admin/whitedrea … ent_on.gif
와 같이 링크되면서 이미지가 다 깨집니다.

http://a.domain.com/style/admin/whitedr … ent_on.gif
로 링크되어야 정상적으로 표시가 될것 같은데 말이죠..

더웃긴건 어제 설치해서 어제까지 잘 보이던게 오늘은 링크가 위처럼 되면서 안보이네요..

config.php 내용을 아래와 같습니다.

$database['username'] = '';
$database['password'] = '';
$database['prefix'] = '';
$service['type'] = 'domain';
$service['domain'] = 'com.net';
//$service['path'] = '';
$service['skin'] = 'coolant';
$service['favicon_daily_traffic'] = 10; // 10MB
//$serviceURL = 'http://comgosu.net' ; // for path of Skin, plugin and etc.
//$service['reader'] = true; // Use Textcube reader. You can set it to false if you do not use Textcube reader, and want to decrease DB load.
//$service['debugmode'] = true; // uncomment for debugging, e.g. displaying DB Query or Session info
//$service['pagecache'] = false; // uncomment if you want to disable page cache feature.
//$service['debug_session_dump'] = true; // session info debuging.
//$service['debug_rewrite_module'] = true; // rewrite handling module debuging.
//$service['session_cookie_path'] = $service['path']; // for avoiding spoiling other textcube's session id sharing root.
//$service['allowBlogVisibilitySetting'] = true; // Allow service users to change blog visibility

2

답글: 도메인 다중사용자 기반에서 플러그인 아이콘 path 문제

$service['domain'] = 'comgosu.net';
요부분을
$service['domain'] = 'suburl.comgosu.net';
이렇게 바꿔보세요.

텍스트큐브를 이용하시다 불편하신 점 있으시면 아래로 연락주세요.
Needlworks/TNF - LonnieNa
nateon : y12x2 (a.t) nate.com / mail : lonniena (a.t) needlworks.org
http://twitter.com/@textcube

3

답글: 도메인 다중사용자 기반에서 플러그인 아이콘 path 문제

$service['domain'] = 'suburl.comgosu.net';

말씀하신대로 위처럼 바꿔버리면 도메인으로 사용자 구분을 할 수 없지 않나요?

부탁드립니다만  위 질문에서 mysql 계정 부분은 삭제 부탁드립니다.
제가 실수로 수정안하고 그냥 올려버렸는데 수정 할 수가 없네요..

4

답글: 도메인 다중사용자 기반에서 플러그인 아이콘 path 문제

두가지고 나뉠 수 있겠습니다.
서브2차도메인 구분인지 하위 도메인 구분인지
하위 도메인 구조라면 위에 것이 맞을겁니다.
그외에 서브2차도메인 구조일경우 주소가 제대로 인식되지 않는다면 호스팅의 도메인 설정이 이상있을 수도 있습니다.

텍스트큐브를 이용하시다 불편하신 점 있으시면 아래로 연락주세요.
Needlworks/TNF - LonnieNa
nateon : y12x2 (a.t) nate.com / mail : lonniena (a.t) needlworks.org
http://twitter.com/@textcube