ssl 보안서버 적용할때 config.php 수정후.. 정보
ssl 보안서버 적용할때 config.php 수정후..본문
$g4['url'] = "http://xxx.com";
$g4['https_url'] = "https://xxx.com:40000";
이런식으로 넣었습니다..
그런데 글 작성할 때 정상적인 접근이 아니라고 나오네요..
왜그럴까요??
그리고..
$g4['url'] = "";
$g4['https_url'] = "";
이리하면 됩니다.
$g4['https_url'] = "https://xxx.com:40000";
이런식으로 넣었습니다..
그런데 글 작성할 때 정상적인 접근이 아니라고 나오네요..
왜그럴까요??
그리고..
$g4['url'] = "";
$g4['https_url'] = "";
이리하면 됩니다.
댓글 전체
$g4['url'] = "http://xxx.com";
$g4['https_url'] = "https://xxx.com:40000";
이것을
$g4['url'] = "http://xxx.com/gnuboard4";
$g4['https_url'] = "https://xxx.com/gnuboard4";
$g4['https_url'] = "https://xxx.com:40000";
이것을
$g4['url'] = "http://xxx.com/gnuboard4";
$g4['https_url'] = "https://xxx.com/gnuboard4";