
內容簡介
此外掛讓您可以創建簡單的重定向請求,將流量導向您網站的其他頁面或網路上的其他網站。
重定向的格式類似於 Apache 所使用的方式。 From 欄位應該是相對於您網站的根目錄。 To 欄位可以是任何網上頁面的完整 URL 或相對於您網站的根目錄。
From: /old-page/ To: /new-page/
From: /old-page/ To: http://example.com/new-page/
若您想使用萬用字元,可在欲重導的資料夾名稱後加上星號 *。
From: /old-folder/* To: /redirect-everything-here/
在To欄位也可使用星號*代替欄位中匹配到的項目。
From: /old-folder/* To: /some/other/folder/*
From: /old-folder/*/content/ To: /some/other/folder/*
外掛標籤
開發者團隊
原文外掛簡介
This plugin allows you to create simple redirect requests to another page on your site or elsewhere on the web.
Redirects format is similar to the one that Apache uses. The From field should be relative to your website root. The To field can be either a full URL to any page on the web, or relative to your website root.
From: /old-page/ To: /new-page/
From: /old-page/ To: http://example.com/new-page/
To use wildcards, put an asterisk * after the folder name you want to redirect.
From: /old-folder/* To: /redirect-everything-here/
You can also use the asterisk * in the To field to replace whatever it matches in the From field.
From: /old-folder/* To: /some/other/folder/*
From: /old-folder/*/content/ To: /some/other/folder/*
