config 이렇게 입력하는게 맞는지 확인점 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

config 이렇게 입력하는게 맞는지 확인점 정보

config 이렇게 입력하는게 맞는지 확인점

본문

mysql 아이디 : test
mysql 비번 : testb
dbname : testd
dbid : testd
dbpassword : testd2
도메인 : abc.kr
    ↑ 예를들어


/* MySQL 접속 정보 */
  //- mysql 서버주소 (내부 일경우 localhost나 127.0.0.1)
$u_db_server = "localhost";
  //- mysql 계정ID
$u_db_id = "testd";
  //- mysql 계정 PASSWORD
$u_db_password = "testd2";
  //- mysql DB 이름
$u_db_name = "testd";
  //- 사용할 Table 이름
$cfg_db = "subdot_data"; // 변경하지 않는 것을 권장..
//--------------------------------------------------------
/* 서비스 관련 설정 */
  //- 가입 가능 여부 (ex - 1:가입가능, 그 외:가입불가 )
$cfg_regi_ok = 1;

  //- 관리자 암호(영문, 숫자로만 가능)
$cfg_admin_pass = "1234"; //사용시 반드시 변경해주세요

  //- 서비스 제공 도메인(http://aaa.bbb.com 의 bbb.com 부분) ex: errorstory.net
$cfg_domain = "abc.kr";
  //- 서비스 제공 도메인 글자 수(자동 처리 됨)
$cfg_domain_count = strlen($cfg_domain);

  //- 서비스 제공 사이트 이름
$cfg_service_title = "Sub. Test Center"; //해당 서비스 이름으로 변경해주세요.

  //- 서비스 제공 사이트 주소
$cfg_homepage = "abc.kr/subdot"; // ex: http://errorstory.net/subdot

  //- "http://"를 포함한 Sub.프로그램이 설치된 URL
$cfg_abs_url = "abc.kr/subdot"; // ex: http://errorstory.net/subdot

  //- 서브도메인이 없을 경우 이동할 페이지(ex : abc.com or www.abc.com, 경로 : ../index.html 기준)
$cfg_myhome = "../index.html"; // 상대경로나 주소를 써주시면 됩니다.

  • 복사

댓글 전체

//- 서비스 제공 사이트 주소
$cfg_homepage = "abc.kr/subdot"; // ex: http://errorstory.net/subdot

  //- "http://"를 포함한 Sub.프로그램이 설치된 URL
$cfg_abs_url = "abc.kr/subdot"; // ex: http://errorstory.net/subdot

 이부분에서

abc.kr/subdot ==> http://abc.kr/subdot

이렇게 하셔야 합니다..

혹 궁금하신점 있으시면 족지 주세요^^
© SIRSOFT
현재 페이지 제일 처음으로