주제: 도메인 다중사용자 기반에서 플러그인 아이콘 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