bbs/gbupdate.php 에서 페이지를 찾을 수 없음 오류 나시는분들은 수정해 주십시오. 정보
그누보드 bbs/gbupdate.php 에서 페이지를 찾을 수 없음 오류 나시는분들은 수정해 주십시오.
본문
bbs/gbupdate.php 의 제일 하단부의 코드를 아래와 같이 수정하여 주십시오.
// 아래의 코드로 대체
// IIS 에서 form 태그에 enctype="multipart/form-data" 에서
// 페이지를 찾을 수 없음 오류 발생으로 인한 코드 수정
// 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}'>";
// 아래의 코드로 대체
// IIS 에서 form 태그에 enctype="multipart/form-data" 에서
// 페이지를 찾을 수 없음 오류 발생으로 인한 코드 수정
// 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}'>";
댓글 전체
이게 무슨말이에요 대체....문자열을 찾지를 못하는데..iis,form, enctype...이런문자는 없다는데 뭘 수정하라는건지..자세히좀..