我在seenet買了轉址服務
然後我設定mydomain--->myip
所以輸入mydomain就成功進入我的站了
可是\r
只有首頁有轉址成功
其他WWW底下的網頁仍然沒
例如
付費的seenet轉址http://mydomain/--->成功進入首頁
付費的轉seenet轉址http://mydomain/dir/--->無法顯示網頁
http://myIP/dir/---->成功顯示網頁
免費的轉址httP://mydomain/--->成功顯示網頁
免費的轉址httP://mydomain/dir/--->成功顯示網頁
所以造成許多網頁沒半法連接
這是首頁原始檔(變的好少)
代碼: 選擇全部
<html>
<head>
<meta http-equiv="Content-Type" content="text/html">
</head>
<frameset rows="*,100%" frameborder="no" border=0 framespacing=0>
<frame noresize scrolling="no" marginwidth=0 marginheight=0>
<frame src="http://MYIP" noresize>
</frameset>
<noframes>
</noframes>
</html>
