1 頁 (共 1 頁)

[問題]竹大~請進

發表於 : 2004-09-09 11:58
dener
竹子大大~你之前不是有貼一篇轉址的文章
用那個可以快速轉到phpBB2資料夾\r
可是找了你的舊文沒看到了...

我用了教學文章的轉址會出錯...
會員登入時PHPBB2的路徑不見

發表於 : 2004-09-09 12:08
webspirit
不就是做這麼個 index.htm 嗎?
<html>
<head>
<title>網站名稱</title>
</head>
<frameset rows="100%,*" border=0 frameborder=0 framespacing=0 framecolor="#000000">

<frame src="真實網址">
</frameset>
</html>

發表於 : 2004-09-09 12:16
dener
webspirit 寫:不就是做這麼個 index.htm 嗎?
<html>
<head>
<title>網站名稱</title>
</head>
<frameset rows="100%,*" border=0 frameborder=0 framespacing=0 framecolor="#000000">

<frame src="真實網址">
</frameset>
</html>
他有弄一個php的
裡面只有2.3行字
location head什麼的?

發表於 : 2004-09-09 12:29
jackyilk
<?php
header("Location: http://taywe.net/");
?>

這個吧~

把其中的網址改成你要的即可

發表於 : 2004-09-09 12:34
dener
jackyilk 寫:<?php
header("Location: http://taywe.net/");
?>

這個吧~

把其中的網址改成你要的即可
對對對~謝謝jacky大^^

發表於 : 2004-09-09 19:56
carlos523