cPanel 的轉址功能在轉址後只能顯示新的網址
如果您之前已經在 cPanel 控制台內設定好轉址
所以請先取消 cPanel 內的轉址設定
然後在網域或子網域的目錄下放置 index.html
內容如下 (請將中文的部分取代為您需要的設定)
<HTML><HEAD>
<META http-equiv=content-type content="text/html; charset=UTF-8">
<TITLE>您的網站標題</TITLE>
<META NAME="description" CONTENT="您的網站描述">
<META NAME="keywords" CONTENT="關鍵字1,關鍵字2">
</HEAD>
<FRAMESET border=0 rows="100%" frameborder="no" marginleft=0 margintop=0 marginright=0 marginbottom=0>
<frame src="要轉址的網址" scrolling=auto frameborder="no" border=0 noresize>
</FRAMESET>
</HTML>