這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Easy 301 Redirects

外掛說明

Easy 301 Redirects provides an easy method of redirecting requests to another page on your site or elsewhere on the web. This is useful when you are migrating sites and can not preserve the url and want to redirect it safely to another page. With 301 redirect, it will pass your backlink score to the new page which is good for SEO. You can add the destination url when you edit/add a page/post and then through Settings > Easy 301 Redirects Creator you will get a list of 301 redirect setting which you can save in Settings > Easy 301 Redirects

安裝方式

  1. Upload Easy 301 Redirects to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add redirects on the Settings > Easy 301 Redirects.

常見問題集

What should I enter in the setting page?

Use this format [old url,new url]. For example:

/blog,http://www.google.com, will redirect yourdomain.com/blog to http://www.google.com. Please don’t use bracket in your setting.

You can also use wildcard using *

/blog*,http://www.google.com, will redirect yourdomain.com/blogabc to http://www.google.com.

/blog/*,http://www.google.com, will redirect yourdomain.com/blog/abc to http://www.google.com.

/document/*/doc,yourdomain.com/#1#/new-doc, will redirect yourdomain.com/document/123/doc to yourdomain.com/123/new-doc

/document//doc/,yourdomain.com/#1#/new-doc/#2#, will redirect yourdomain.com/document/123/doc/456 to yourdomain.com/123/new-doc/456

Installation Instructions
  1. Upload Easy 301 Redirects to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add redirects on the Settings > Easy 301 Redirects.

使用者評論

2016 年 9 月 3 日 1 則留言
AMATEUR PLUGIN! UNABLE TO REMOVE REDIRECTED ADDRESSES! After plugin uninstallation still redirects!!!
2016 年 9 月 3 日
Easy to use. I needed a couple of 301s and didn't feel like going into the .htaccess file. This was simple and straight-forward to set up.
閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Easy 301 Redirects〉的開發相關工作。

參與者

將〈Easy 301 Redirects〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Initial Release

1.2

  • Adjust FAQ and added wildcard function

1.3

  • Added wildcard function for redirect destination

1.33

  • Fix admin setting display