절반의 성공 정보
그누보드 절반의 성공
본문
bbs/gbupdate.php 에서
페이지를 찾을 수 없음 오류가 나시는 분들은
하단의
header("location:./$cfg[index]?doc=$cfg[bbs_dir]/gnuboard.php&{$qstr}");
대신
echo "<meta http-equiv='refresh' content='0;url=./$cfg[index]?doc=$cfg[bbs_dir]/gnuboard.php&{$qstr}'>";
이 코드로 대체하여 주십시오.
서버를 빌려주신 J.Mando 님께 감사드립니다.
페이지를 찾을 수 없음 오류가 나시는 분들은
하단의
header("location:./$cfg[index]?doc=$cfg[bbs_dir]/gnuboard.php&{$qstr}");
대신
echo "<meta http-equiv='refresh' content='0;url=./$cfg[index]?doc=$cfg[bbs_dir]/gnuboard.php&{$qstr}'>";
이 코드로 대체하여 주십시오.
서버를 빌려주신 J.Mando 님께 감사드립니다.
댓글 전체
감사합니다...

IIS 에서 form 태그에 enctype="multipart/form-data" 에서 페이지를 찾을 수 없음 오류 발생으로 인한 코드 수정