묻고답하기
홈페이지 주소 고정문제.. 이전글답변대로했는데..
2010.11.26 11:10
이전 질문글에 댓글달아주신분 방법대로
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="{Context::getLangType()}" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<title>홈페이지 타이틀</title>
</head>
<frameset rows="0%,100%" cols="*" border="0" framespacing="0">
<frame src=" scrolling="NO" frameborder="NO" name="no">
<frame src="/xe/index.php" frameborder="NO" name="main" marginwidth="0" marginheight="0" scrolling="auto">
</frameset>
<noframes>
</noframes>
<body>
</body>
</html>
제 웹호스팅에 현재 제로보드폴더가 없고 최상위에 설치가되있어서
빨간색부분을 index.php 로 수정하고 접속을하면 주소고정은됩니다만.. 로그인을 클릭하면 계속 첫화면으로 돌아와버리네요..
그리고 홈페이지 타이틀 부분도 글씨가 다깨져서 네모네모네모 ㅁㅁㅁㅁㅁㅁ<--이런식으로 글씨가 깨지네용..
다른 페이지이동은 되는데 로그인 버튼만눌리면 메인첫화면으로 와버립니당.. 다른 해결방법 조언을구합니다..ㅠㅠ