index.php수정, 반영이 안되요..
본문
ampsetup과 그누보드를 설치하고,
내컴퓨터를 서버로 만들어 연습 중입니다.
[c:\apm_setup\htdocs\gnuboard5]폴더의 index.php를 수정한 후,
http://localhost/gnuboard5를 주소창에 입력하고
새로고침을 하면 수정한 내용이 반영이 안됩니다.
왜 그럴까요???
답변 3
테마 사용중이라면 /theme/basic/ 폴더에 있는 파일을 수정하세요.
<html>
<head>
<title>홈피 타이틀 입력</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<meta http-equiv="Refresh" content="1;url=http://도메인/gnu">
</head>
<body bgcolor="#FFFFFF">
</body>
</html>
도메인 주소만 나타나게
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=euc-kr'>
<title></title>
</head>
<frameset rows='0,*' border='0'>
<frame name='topFrame' id='topFrame' src='about:blank' frameborder='0' noresize='noresize' scrolling='no'>
<frame name='bottomFrame' src='홈주소'>
<body>
</body>
</frameset>
</html>