G5_BBS_URL의 경로 링크를 변경하는 방법

G5_BBS_URL의 경로 링크를 변경하는 방법

QA

G5_BBS_URL의 경로 링크를 변경하는 방법

답변 4

본문


 
 G5_BBS_URL.'/board.php?bo_table='.$board['bo_table'].'&wr_id='.$list['wr_id'].$qstr; 

 

 I want to change https:// to another host.

 

 

이 질문에 댓글 쓰기 :

답변 4

/config.php


define('G5_BBS_URL',        G5_URL.'/'.G5_BBS_DIR);

혹시 이 부분의 변경을 원하시는건지요?

config.php 파일에서 야래의 부분 변경을 해보세요~

define('G5_DOMAIN', 'http://www.domain.com/gnuboard5'); -> http

define('G5_HTTPS_DOMAIN', 'https://www.domain.com:443/gnuboard5'); -> https

 

A G5_URL is an automatically generated link based on the domain you are connected to.
We recommend that you do not modify this link.

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 465
© SIRSOFT
현재 페이지 제일 처음으로