出自智邦小幫手

(重定向自How To Redirect URL)


  1. 請使用檔名為 index.htm 或 index.html,同時請先刪除 index.htm 及 index.html這兩個檔案。
  2. 在 index.htm 檔案內容的最上面,用記事本在第一行加上以下語法:
    <meta http-equiv="refresh" content="0; url=/想要轉址到的目的目錄名稱/">
    例如:我想要轉址到 shop 目錄之下,撰寫方式如下:
    <meta http-equiv="refresh" content="0; url=/shop/">
  3. 將此檔案上傳至網頁空間的根目錄(進階主機為www目錄)下。
註:目錄名稱以英文小寫為原則。