묻고답하기

"http://홈페이지주소/zbxe" 대신 "http://홈페이지주소"만 써도 되도록
이곳 질문 답변란의 내용들을 참고로 하여 다음과 같은 두 가지 파일을 각각 사용하여 시험해 보았는데
익스플로러 6.0 에서는 잘 되지만
파이어폭스 2.0.0.14 에서는 무조건 초기 화면만 접속이 되고
메뉴를 눌러 다른 게시판이나 다른 페이지로 이동하려고 해도 이동이 되지 않습니다.
무엇이 문제일까요?

index.php

 <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>::: Welcome:::</title> 
    </head> 
    <frameset rows="0%,100%" cols="*" border="0" framespacing="0"> 
        <frame src="" scrolling="NO" frameborder="NO" name="no"> 
        <frame src="/zbxe/index.php" frameborder="NO" name="main" marginwidth="0" marginheight="0" scrolling="auto"> 
    </frameset> 
    <noframes> 
    </noframes> 
    <body> 
    </body> 
</html> 


index.html

<html>
<head>
<title>::: Welcome::</title>
</head>
<frameset rows="100%,*" border=0>
            <frame name="frame" src="/zbxe/main"></frame>
</frameset>
</html>