该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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. 通过WordPress的的“Plugins”菜单激活插件
  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. 通过WordPress的的“Plugins”菜单激活插件
  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