1 頁 (共 1 頁)

[問題] 轉址問題

發表於 : 2005-09-12 12:18
mcdulljoe
●架設主機作業系統:Windows Xp
●上網方式:學術網
●安裝的程式:Apache + php + MySql+phpMyAdmin
●您的 phpBB2 版本:phpBB (2.0.17)
●我的 domain(網域名稱) :users68.ntcc.fju.edu.tw
●我的 phpBB2 連結網址: users68.ntcc.fju.edu.tw/phpbb2/
我想當打入 users68.ntcc.fju.edu.tw 網頁會直接去users68.ntcc.fju.edu.tw/phpbb2/ 究竟在apache裡是怎樣設定?
此外當我打入users68.ntcc.fju.edu.tw便會到phpbbadmin(mysql)請問怎樣設定才會當鍵入是需輸入密碼及username呢\r
謝謝大大

發表於 : 2005-09-12 12:28
吉川拓也
直接在 www 下面放個 index.htm 就好了 !
其內容如下 :

代碼: 選擇全部

<html> 
<head> 
<title>網頁名稱title> 
<meta http-equiv="Content-Type" content="text/html; charset=big5"> 
</head> 
<frameset rows="*" border=0 frameborder=0> 
<frame name=TopGradeIndexFrame src=要導引的檔案 scrolling=auto> 
</frameset> 
<noframes> 
<body> 

<p> 你的網頁不支援框?#91;頁,你必須使用框?#91;頁才能正常瀏覽。</p> 

</body> 
</noframes> 
</html>